mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-05-08 04:49:58 -05:00
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:
@@ -147,7 +147,6 @@ git clean -dffx >>$LOG 2>&1
|
|||||||
git checkout $BRANCH >>$LOG 2>&1
|
git checkout $BRANCH >>$LOG 2>&1
|
||||||
git reset --hard HEAD >>$LOG 2>&1
|
git reset --hard HEAD >>$LOG 2>&1
|
||||||
git clean -dffx >>$LOG 2>&1
|
git clean -dffx >>$LOG 2>&1
|
||||||
git pull >>$LOG 2>&1
|
|
||||||
|
|
||||||
# Update the translation files
|
# Update the translation files
|
||||||
echo Updating the translations >>$LOG 2>&1
|
echo Updating the translations >>$LOG 2>&1
|
||||||
|
|||||||
Reference in New Issue
Block a user