diff --git a/Makefile b/Makefile index e28818c648..d4fdf43a77 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"