Skip to content

Commit c1da9a1

Browse files
committed
fix: fix broken script.
1 parent d68a5ca commit c1da9a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ jobs:
3737
run: |
3838
apk add make
3939
make copy
40-
[[ `git status --porcelain`]]
40+
[[ `git status --porcelain` ]]

0 commit comments

Comments
 (0)