Skip to content

Commit aad02d3

Browse files
committed
Fix shfmt in fmt.sh
1 parent 1b87473 commit aad02d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/fmt.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ gen() {
1616
fmt() {
1717
gofmt -w -s .
1818
go run go.coder.com/go-tools/cmd/goimports -w "-local=$(go list -m)" .
19-
go run mvdan.cc/sh/cmd/shfmt -i 2 -w -s -sr ..
19+
go run mvdan.cc/sh/cmd/shfmt -i 2 -w -s -sr .
2020
# shellcheck disable=SC2046
2121
npx prettier \
2222
--write \

0 commit comments

Comments
 (0)