Skip to content

Commit

Permalink
See if asserting operator causes failure
Browse files Browse the repository at this point in the history
  • Loading branch information
berryd committed Jan 19, 2024
1 parent fec3b6f commit 8bcba14
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/waf-controller.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8bcba14

Please sign in to comment.