Fix pipeline's lint error message

This commit is contained in:
Deluan 2023-03-06 19:38:20 -05:00
parent 1dd074bbb4
commit 7987d982cf
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: 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