From 18361959441ff8c6bad1b0074d2b49595baba30d Mon Sep 17 00:00:00 2001 From: Santiago Bernhardt Date: Wed, 11 May 2022 13:52:29 +1200 Subject: [PATCH] small echos --- entrypoint.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index 975c82c7..5e60f686 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -144,7 +144,7 @@ then else new=$(semver -i prerelease ${pre_tag} --preid ${suffix}) fi - echo -e "Bumping ${suffix} pre-tag ${pre_tag}. \n\tNew pre-tag ${new}" + echo -e "Bumping ${suffix} pre-tag ${pre_tag}. New pre-tag ${new}" else if $with_v then @@ -152,11 +152,11 @@ then else new="$new-$suffix.0" fi - echo -e "Setting ${suffix} pre-tag ${pre_tag}. \n\With pre-tag ${new}" + echo -e "Setting ${suffix} pre-tag ${pre_tag}. With pre-tag ${new}" fi part="pre-$part" else - echo -e "Bumping tag ${tag}. \n\tNew tag ${new}" + echo -e "Bumping tag ${tag}. New tag ${new}" fi