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