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

Part of 31314.
This commit is contained in:
teor 2019-08-29 22:56:19 +10:00
parent d0e31b4d1f
commit 340ff7f5f8
No known key found for this signature in database
GPG Key ID: 10FEAA0E7075672A

View File

@ -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"