mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
scripts/git: fix an env var typo in git-merge-forward.sh
Part of 31314.
This commit is contained in:
@@ -369,7 +369,7 @@ for ((i=0; i<COUNT; i++)); do
|
||||
fi
|
||||
fi
|
||||
|
||||
printf "%s Handling branch \\n" "$MARKER" "${BYEL}$target${CNRM}"
|
||||
printf "%s Handling branch \\n" "$MARKER" "${BYEL}$target_current${CNRM}"
|
||||
|
||||
# Go into the worktree to start merging.
|
||||
goto_repo "$repo_path"
|
||||
|
||||
Reference in New Issue
Block a user