Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
binkley committed Sep 24, 2024
1 parent eb88b03 commit dc0ca4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-as-ci-does.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ fi

# Optionally check if gh and the act extension are installed
if gh act --help >/dev/null 2>&1; then
gh act --artifact-server-path $PWD/workflow-artifacts
gh act --artifact-server-path "$PWD/workflow-artifacts"
exit $?
elif ! gh --help >/dev/null 2>&1; then
echo "$0: No gh found in PATH; falling back to earthly" >&2
Expand Down

0 comments on commit dc0ca4b

Please sign in to comment.