Skip to content

Commit b4c675b

Browse files
rasapellared
andauthored
fix: remove unneeded $strip in Makefile
Co-authored-by: Robert Pająk <[email protected]>
1 parent a00eb06 commit b4c675b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ lint: ## golangci-lint
4949
vuln: ## govulncheck
5050
go tool govulncheck ./...
5151

52-
ifeq ($(strip $(CGO_ENABLED)),0)
52+
ifeq ($(CGO_ENABLED),0)
5353
RACE_OPT =
5454
else
5555
RACE_OPT = -race

0 commit comments

Comments
 (0)