summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtcwg-release-tag.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcwg-release-tag.sh b/tcwg-release-tag.sh
index 15eabc3..b9e9d9d 100755
--- a/tcwg-release-tag.sh
+++ b/tcwg-release-tag.sh
@@ -395,7 +395,7 @@ info() {
print_info "${bold}| + The local integration branch is:"
print_info "${bold}| | ${red}${local_int_branch}"
print_info "${bold}| + The local integration branch will have gcc/LINARO-VERSION bumped:"
- print_info "${bold}| | ${italic}from: ${red}$(git show ${remote_int__branch}:gcc/LINARO-VERSION)"
+ print_info "${bold}| | ${italic}from: ${red}$(git show ${remote_int_branch}:gcc/LINARO-VERSION)"
print_info "${bold}| | ${italic}to: ${red}${bump_int_to}"
print_info "${bold}| + The local integration branch should be pushed to:"
print_info "${bold}| | ${red}${remote_int_branch}"