build.sh: Tab snuck into my commit...

flac
Doug Coleman 2020-03-15 13:46:42 -05:00 committed by Steve Ayerhart
parent feadedd8dc
commit d8ec9dca97
No known key found for this signature in database
GPG Key ID: 5BFD39C5359E967D
1 changed files with 1 additions and 1 deletions

View File

@ -497,7 +497,7 @@ git_fetch() {
branch=$(current_git_branch)
rm -f "$(update_script_name)"
$ECHO git fetch "$GIT_URL" "$branch"
$ECHO git fetch "$GIT_URL" "$branch"
invoke_git fetch "$GIT_URL" "$branch"
if update_script_changed; then