Skip to content

Commit

Permalink
fix: foiled by quoting!
Browse files Browse the repository at this point in the history
  • Loading branch information
zjrgov committed Dec 18, 2024
1 parent bbdf10e commit 67eaca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cf-driver-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: go get .

- name: Check formatting
run: test -z $(gofmt -l .)
run: test -z "$(gofmt -l .)"

- name: Vet
run: go vet ./...
Expand Down

0 comments on commit 67eaca6

Please sign in to comment.