]> gitweb.factorcode.org Git - factor.git/commitdiff
build.sh: Tab snuck into my commit...
authorDoug Coleman <doug.coleman@gmail.com>
Sun, 15 Mar 2020 18:46:42 +0000 (13:46 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Sun, 15 Mar 2020 18:46:42 +0000 (13:46 -0500)
build.sh

index 3327fc095d832154d79ed93bb724e6eac670995b..29687ba3507a841307e95e603f1b0456249a41d4 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -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