Skip to content

Commit db2479e

Browse files
danmichaeloAddono
authored andcommitted
fix: typo in error message for missing wget command
1 parent 1c98224 commit db2479e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wait-for

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ wait_for() {
5454
;;
5555
wget)
5656
if ! command -v wget >/dev/null; then
57-
echoerr 'nc command is missing!'
57+
echoerr 'wget command is missing!'
5858
exit 1
5959
fi
6060
;;

0 commit comments

Comments
 (0)