Fix a bad cut-n-paste

We don't go a git pull of the sqlitebrowser repo for the SQLCipher
build, else the SQLite and SQLCipher builds could differ in the
commits they'd done with.
This commit is contained in:
Justin Clift
2018-12-12 00:27:07 +11:00
parent f6abc61ff4
commit ac5551458d
@@ -147,7 +147,6 @@ git clean -dffx >>$LOG 2>&1
git checkout $BRANCH >>$LOG 2>&1
git reset --hard HEAD >>$LOG 2>&1
git clean -dffx >>$LOG 2>&1
git pull >>$LOG 2>&1
# Update the translation files
echo Updating the translations >>$LOG 2>&1