Removed --no-edit for git pull, not a valid command

This commit is contained in:
Neil Lathwood
2014-10-07 23:34:22 +00:00
parent 88fb66c774
commit f67a47c91a

View File

@@ -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