Skip to content

Commit

Permalink
PMM-7 fix word alignment in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Tymchuk committed Jun 8, 2023
1 parent ed87fba commit fa6d839
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 @@ -20,7 +20,7 @@ PREFIX ?= $(shell pwd)
BIN_DIR ?= $(shell pwd)
DOCKER_IMAGE_NAME ?= proxysql-exporter
DOCKER_IMAGE_TAG ?= $(subst /,-,$(shell git rev-parse --abbrev-ref HEAD))
PKGS ?= ./...
PKGS ?= ./...

# Race detector is only supported on amd64.
RACE := $(shell test $$(go env GOARCH) != "amd64" || (echo "-race"))
Expand Down

0 comments on commit fa6d839

Please sign in to comment.