Skip to content

Commit

Permalink
Fix pipeline's lint error message
Browse files Browse the repository at this point in the history
  • Loading branch information
deluan committed Mar 7, 2023
1 parent 1dd074b commit 7987d98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Expand Up @@ -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 "goimports -w $(find . -name '*.go' | grep -v '_gen.go$') && go mod tidy"'
exit 1
fi
Expand Down

0 comments on commit 7987d98

Please sign in to comment.