build.sh: Bad syntax for fetch command.

modern-harvey3-triple
Doug Coleman 2018-09-08 09:32:38 -05:00
parent d21af6e975
commit 29b549563b
1 changed files with 1 additions and 1 deletions

View File

@ -470,7 +470,7 @@ git_fetch_factorcode() {
branch=$(current_git_branch)
rm -f "$(update_script_name)"
invoke_git fetch "$GIT_URL" --all
invoke_git fetch "$GIT_URL"
invoke_git fetch "$GIT_URL" --tags
if update_script_changed; then