mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
scripts/git: Fix a variable name typo in git-push-all.sh
Obviously correct changes to already reviewed code.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user