We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
[
[[
1 parent 63a8e78 commit 220f6e4Copy full SHA for 220f6e4
Makefile
@@ -28,7 +28,7 @@ test: install-test-deps build fmt lint sec
28
fmt:
29
@echo "FORMATTING"
30
@FORMATTED=`$(GO) fmt ./...`
31
- @([[ ! -z "$(FORMATTED)" ]] && printf "Fixed unformatted files:\n$(FORMATTED)") || true
+ @([ ! -z "$(FORMATTED)" ] && printf "Fixed unformatted files:\n$(FORMATTED)") || true
32
33
lint:
34
@echo "LINTING"
0 commit comments