diff --git a/Makefile b/Makefile index 567dcbcc57..4cb90c0143 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ test: install-test-deps build fmt lint sec fmt: @echo "FORMATTING" @FORMATTED=`$(GO) fmt ./...` - @([[ ! -z "$(FORMATTED)" ]] && printf "Fixed unformatted files:\n$(FORMATTED)") || true + @([ ! -z "$(FORMATTED)" ] && printf "Fixed unformatted files:\n$(FORMATTED)") || true lint: @echo "LINTING"