Change fix formatting command

This commit is contained in:
Deluan 2023-05-16 12:31:09 -04:00 committed by Joe Stump
parent e4fae4dc09
commit b37deb93f2
No known key found for this signature in database
GPG Key ID: 29151C3EC48A0EB9

View File

@ -39,7 +39,7 @@ jobs:
run: |
git status --porcelain
if [ -n "$(git status --porcelain)" ]; then
echo 'To fix this check, run "goimports -w $(find . -name '*.go' | grep -v '_gen.go$') && go mod tidy"'
echo 'To fix this check, run "go run golang.org/x/tools/cmd/goimports -w $(find . -name \'*.go\' | grep -v \'_gen.go\$\') && go mod tidy"'
exit 1
fi