mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 21:07:04 +05:30
chore(scripts): run shfmt
This commit is contained in:
parent
3cf6b22d95
commit
de921bf786
4 changed files with 8 additions and 6 deletions
|
@ -6,7 +6,7 @@ set -euo pipefail
|
|||
SCRIPT_DIR="$(cd "$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")" && pwd)"
|
||||
|
||||
MAESTRO_FLOW="${1:-}"
|
||||
if [[ -z "${MAESTRO_FLOW}" ]]; then
|
||||
if [[ -z ${MAESTRO_FLOW} ]]; then
|
||||
echo "No flow file was provided"
|
||||
echo "Usage: run-maestro-flows.sh flow.yml"
|
||||
exit 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue