Consistently use [[ for if statements.
This commit is contained in:
parent
dc1df6671c
commit
21c0cad8a0
1 changed files with 1 additions and 1 deletions
2
bump-tag
2
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"
|
||||
|
|
Loading…
Add table
Reference in a new issue