Skip to content

Commit dc0ca4b

Browse files
committed
Fix warning
1 parent eb88b03 commit dc0ca4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-as-ci-does.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ fi
99

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

0 commit comments

Comments
 (0)