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

scripts/git: fix an env var typo in git-merge-forward.sh

Part of 31314.
parent d0e31b4d
Branches
Tags
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment