Skip to content

Commit

Permalink
fix bad quote
Browse files Browse the repository at this point in the history
  • Loading branch information
lostbean committed Jul 10, 2024
1 parent d33fee6 commit cb3d7f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
nix develop --command go-tidy-all
changed_files=$(git diff-files --name-only | grep -cv ".toml$")
if [[ $changed_gomods != 0 ]]; then
echo "Go modules are not so tidy (run `go-tidy-all` to fix it):"
echo "Go modules are not so tidy (run 'go-tidy-all' to fix it):"
git diff-files --name-only
exit 1
fi
Expand Down

0 comments on commit cb3d7f3

Please sign in to comment.