From 10163284d0d544bc5f41ddbb19981905e035d253 Mon Sep 17 00:00:00 2001 From: KARBOWSKI Piotr Date: Sat, 21 Jan 2017 10:56:07 +0100 Subject: [PATCH] scrape.pl: do push, actually. --- scrape.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scrape.pl b/scrape.pl index 9109bf8..dfee131 100755 --- a/scrape.pl +++ b/scrape.pl @@ -92,4 +92,4 @@ sub fetch { ); einfo 'git push ...'; -#system("git", "push"); +system("git", "push");