Merge pull request #309 from laf/issue-laf-55

Removed --no-edit for git pull, not a valid command before git 1.7.10
This commit is contained in:
Paul Gear
2014-10-28 08:44:13 +10:00

View File

@@ -3,7 +3,7 @@
cd $(dirname $0) || exit 1
if [ $(php daily.php -f update) -eq 1 ]; then
git pull --no-edit --quiet
git pull --quiet
php includes/sql-schema/update.php
fi