build.sh: Bad syntax for fetch command.
parent
d21af6e975
commit
29b549563b
2
build.sh
2
build.sh
|
@ -470,7 +470,7 @@ git_fetch_factorcode() {
|
||||||
branch=$(current_git_branch)
|
branch=$(current_git_branch)
|
||||||
|
|
||||||
rm -f "$(update_script_name)"
|
rm -f "$(update_script_name)"
|
||||||
invoke_git fetch "$GIT_URL" --all
|
invoke_git fetch "$GIT_URL"
|
||||||
invoke_git fetch "$GIT_URL" --tags
|
invoke_git fetch "$GIT_URL" --tags
|
||||||
|
|
||||||
if update_script_changed; then
|
if update_script_changed; then
|
||||||
|
|
Loading…
Reference in New Issue