Skip to content
Snippets Groups Projects
Unverified Commit 71191fa3 authored by teor's avatar teor
Browse files

scripts/git: Fix a variable name typo in git-push-all.sh

Obviously correct changes to already reviewed code.
parent d804a81c
Branches
Tags
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment