better error
This commit is contained in:
parent
63e4e0299f
commit
86b19620a7
1 changed files with 2 additions and 2 deletions
|
@ -19,8 +19,8 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
if [ -z "$1" ]; then
|
if [[ $# -eq 0 ]]; then
|
||||||
echo "Usage: $0 <path-to-yaml-file>"
|
echo "Usage: $0 <path/to/docker-compose.yaml>"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue