Revert: Change fix formatting command

This commit is contained in:
Deluan 2023-05-16 12:34:09 -04:00
parent 0a08d0af3b
commit e62c3edc1c
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ jobs:
run: |
git status --porcelain
if [ -n "$(git status --porcelain)" ]; then
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"'
echo 'To fix this check, run "goimports -w $(find . -name '*.go' | grep -v '_gen.go$') && go mod tidy"'
exit 1
fi