From 11c632e968c76058b651655538fb42edd2a37be4 Mon Sep 17 00:00:00 2001 From: Matt Knop Date: Mon, 4 Dec 2023 15:14:01 -0700 Subject: [PATCH] fixed echo statement --- ci/functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/functions.sh b/ci/functions.sh index 5fed3aa24..6a586dcf1 100755 --- a/ci/functions.sh +++ b/ci/functions.sh @@ -23,7 +23,7 @@ function set_label_flags() { if grep -E 'keep-namespace' <<< "$PR_LABELS"; then RELEASE_NAMESPACE='false' - echo "Namespace will be released" + echo "Namespace will not be released" fi if grep -E 'skip-build' <<< "$PR_LABELS"; then