diff --git a/.changelog/add-change.sh b/.changelog/add-change.sh index fb9b9da1e..fb17fbd23 100755 --- a/.changelog/add-change.sh +++ b/.changelog/add-change.sh @@ -268,7 +268,7 @@ elif [[ "$num" =~ [^[:digit:]] ]]; then fi if [[ -z "$id" ]]; then - printf 'No provided, and it could not be determined from the current branch name.\n' + printf 'No provided, and it could not be determined from the current branch name.\n' exit 1 elif [[ "$id" =~ [^-[:alnum:]] ]]; then printf 'Invalid : [%s]. Can only contain alphanumeric characters and dashes.\n' "$id"