From 8bcba14cbfb102a06181d573b5d729175389d982 Mon Sep 17 00:00:00 2001 From: Berry Davenport Date: Fri, 19 Jan 2024 13:27:12 -0500 Subject: [PATCH] See if asserting operator causes failure --- .github/waf-controller.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/waf-controller.sh b/.github/waf-controller.sh index 1edc7b2b11..6f57206b0b 100755 --- a/.github/waf-controller.sh +++ b/.github/waf-controller.sh @@ -13,10 +13,11 @@ case ${1} in OP=append ;; set) - OP=set + OP=set ;; *) - echo "Error: unkown operation\nUsage: ${0} [append|set]" && exit 1 + echo "Error: unkown operation" + echo "Usage: ${0} [append|set]" && exit 1 ;; esac