Skip to content

Commit

Permalink
entrypoint: fix $command var usage
Browse files Browse the repository at this point in the history
  • Loading branch information
kukymbr committed Sep 2, 2024
1 parent b9c7490 commit 710c223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ fi

# shellcheck disable=SC2046
# shellcheck disable=SC2116
goose ${GOOSE_VERBOSE:+"-v"} -dir="$dir" "${GOOSE_COMMAND:-up}" $(echo "$GOOSE_COMMAND_ARG")
goose ${GOOSE_VERBOSE:+"-v"} -dir="$dir" "$command" $(echo "$GOOSE_COMMAND_ARG")

0 comments on commit 710c223

Please sign in to comment.