From: teor Date: Wed, 23 Oct 2019 03:00:35 +0000 (+1000) Subject: scripts/git: Fix a variable name typo in git-push-all.sh X-Git-Tag: tor-0.4.3.1-alpha~265 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=71191fa3dcc29d24aee9a22d1d9f2584316e818f;p=thirdparty%2Ftor.git scripts/git: Fix a variable name typo in git-push-all.sh Obviously correct changes to already reviewed code. --- diff --git a/scripts/git/git-push-all.sh b/scripts/git/git-push-all.sh index f848da7841..7e67f4c96d 100755 --- a/scripts/git/git-push-all.sh +++ b/scripts/git/git-push-all.sh @@ -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"