Skip to content

Commit

Permalink
Fix typo in Makefile [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay committed Nov 15, 2024
1 parent 9aefddf commit 66ee35d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ golangci-lint:
if command -v golangci-lint >/dev/null 2>&1; then \
$$CMD; \
else \
echo "Skipping golanci-lint as not installed"; \
echo "Skipping golangci-lint as not installed"; \
fi

version:
Expand Down

0 comments on commit 66ee35d

Please sign in to comment.