diff --git a/util/tagbranch.sh b/util/tagbranch.sh index bcc71a4806..3e196b6f25 100755 --- a/util/tagbranch.sh +++ b/util/tagbranch.sh @@ -67,7 +67,8 @@ TAG="v1.${TAG_BASE}.0" BASE_SHA="$(git rev-list --ancestry-path "${BRANCH_POINT}".."${UPSTREAM}" | tail -1)" -if git tag -a -m 'firmware branch ${TAG}' "${TAG}" "${BASE_SHA}"; then +echo "Will run git tag -a -m \"firmware branch ${TAG}\" ${TAG} ${BASE_SHA}" +if git tag -a -m "firmware branch ${TAG}" "${TAG}" "${BASE_SHA}"; then cat <