Skip to content

Commit b56aa81

Browse files
Minor comment update
1 parent ed04898 commit b56aa81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

serverless/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ echo "$CI_PIPELINE_SOURCE"
4848

4949
if [ "$PROD_RELEASE" = true ] ; then
5050
if [ -z "$CI_COMMIT_TAG" ]; then
51-
printf "[Error] No CI_COMMIT_TAG found. Create a new tag for this prod release in Repo first!\n"
51+
printf "[Error] No CI_COMMIT_TAG found. Create a new tag for this prod release in repo first!\n"
5252
printf "Exiting script...\n"
5353
exit 1
5454
else

0 commit comments

Comments
 (0)