Skip to content

Commit

Permalink
fix: typo in error message for missing wget command
Browse files Browse the repository at this point in the history
  • Loading branch information
danmichaelo authored and Addono committed Jul 12, 2021
1 parent 1c98224 commit db2479e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wait-for
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ wait_for() {
;;
wget)
if ! command -v wget >/dev/null; then
echoerr 'nc command is missing!'
echoerr 'wget command is missing!'
exit 1
fi
;;
Expand Down

0 comments on commit db2479e

Please sign in to comment.