We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c98224 commit db2479eCopy full SHA for db2479e
wait-for
@@ -54,7 +54,7 @@ wait_for() {
54
;;
55
wget)
56
if ! command -v wget >/dev/null; then
57
- echoerr 'nc command is missing!'
+ echoerr 'wget command is missing!'
58
exit 1
59
fi
60
0 commit comments