diff --git a/bump-tag b/bump-tag index a918b12..cf2c8ad 100755 --- a/bump-tag +++ b/bump-tag @@ -255,7 +255,7 @@ while [[ -z "${ok}" ]]; do esac done -if [ "${deftag}" != "${tagpfx}" ]; then +if [[ "${deftag}" != "${tagpfx}" ]]; then echo -e "Using new tag \e[94m${this_tag}\e[0m according to pattern in cosmos.conf" else echo -e "Using new tag \e[94m${this_tag}\e[0m"