chore(scripts): run shfmt

This commit is contained in:
Harsh Shandilya 2023-09-26 17:12:02 +05:30
parent 3cf6b22d95
commit de921bf786
No known key found for this signature in database
4 changed files with 8 additions and 6 deletions

View file

@ -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