We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
[
[[
1 parent ad5d74d commit 827fca9Copy full SHA for 827fca9
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