]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
scripts/git: Fix a variable name typo in git-push-all.sh
authorteor <teor@torproject.org>
Wed, 23 Oct 2019 03:00:35 +0000 (13:00 +1000)
committerteor <teor@torproject.org>
Wed, 23 Oct 2019 03:01:55 +0000 (13:01 +1000)
Obviously correct changes to already reviewed code.

scripts/git/git-push-all.sh

index f848da7841869dc3c8a638ee535d1542455734ae..7e67f4c96da389d8bd75a0048094289b4e268f0e 100755 (executable)
@@ -151,7 +151,7 @@ if [ "$TEST_BRANCH_PREFIX" ]; then
 fi
 
 if [ "$TOR_GIT_PUSH_PATH" ]; then
-  echo "Changing to $GIT_PUSH_PATH before pushing"
+  echo "Changing to $TOR_GIT_PUSH_PATH before pushing"
   cd "$TOR_GIT_PUSH_PATH"
 else
   echo "Pushing from the current directory"