Skip to content

Commit 324c80e

Browse files
style: remove echo log
1 parent c587527 commit 324c80e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

scripts/push_new_tag.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ if [ -z "$1" ]; then
5454
echo -ne "New Tag (Format: \033[37;1mx.x.x\033[m or \033[37;1mx.x.x-x\033[m): \033[92;1mv"
5555
read new_tag
5656

57-
echo $new_tag
5857
if [[ ! "$new_tag" =~ $TAG_REGEX_PATTERN ]]; then
5958
logError "Invalid tag format"
6059
echoHelp

0 commit comments

Comments
 (0)