Skip to content

Commit a985c58

Browse files
authored
[chore] Update tidy comment (#5242)
* [chore] Update tidy job failure comment * Update go.mod
1 parent 5adcd47 commit a985c58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
make install-tools
6666
make for-all CMD="make tidy"
6767
if ! git diff --exit-code; then
68-
echo "One or more Go files are not tidied. Run 'make for-all CMD="make tidy"' and push the changes."
68+
echo "One or more Go files are not tidied. Run 'make for-all CMD=\"make tidy\"' and push the changes."
6969
exit 1
7070
fi
7171

0 commit comments

Comments
 (0)