Skip to content

Commit 8f02d5b

Browse files
committed
Spelling 🤦
1 parent 495ff4e commit 8f02d5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ echo "dep exit code : $DEP_EXIT_CODE"
4141

4242
if [[ "$LIST_EXIT_CODE" -eq 0 || "$SUM_EXIT_CODE" -eq 0 || "$DEP_EXIT_CODE" -eq 0 ]]
4343
then
44-
echo "One of the above nancy tests actually passed....that means the project is no longer vulenerable and thats an issue"
44+
echo "One of the above nancy tests actually passed....that means the project is no longer vulnerable and thats an issue"
4545
exit 199
4646
else
47-
echo "YAH!!! :) Still vulenerable....usually not something you are happy about"
47+
echo "YAH!!! :) Still vulnerable....usually not something you are happy about"
4848
exit 0
4949
fi

0 commit comments

Comments
 (0)