Skip to content

Commit

Permalink
Merge pull request #113 from commjoen/patch-1
Browse files Browse the repository at this point in the history
Fix typo in `setup-kubernetes-goat.sh`
  • Loading branch information
madhuakula authored Apr 17, 2023
2 parents 37b3287 + 068da4b commit 6b4d147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup-kubernetes-goat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if [ $? -eq 0 ];
then
echo "kubectl setup looks good."
else
echo "Error: Could not find kubectl or an other error happend, please check kubectl setup."
echo "Error: Could not find kubectl or an other error happened, please check kubectl setup."
exit;
fi

Expand Down

0 comments on commit 6b4d147

Please sign in to comment.