From f67a47c91aed1dba5f2c5888673f6697ea6dfe87 Mon Sep 17 00:00:00 2001 From: Neil Lathwood Date: Tue, 7 Oct 2014 23:34:22 +0000 Subject: [PATCH] Removed --no-edit for git pull, not a valid command --- daily.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daily.sh b/daily.sh index a85400d44..fcb7776c0 100644 --- a/daily.sh +++ b/daily.sh @@ -1,7 +1,7 @@ #!/bin/bash if [ $(php daily.php -f update) -eq 1 ]; then - git pull --no-edit --quiet + git pull --quiet php includes/sql-schema/update.php fi