We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 80bd9ec + 4a6b4d3 commit faf38c1Copy full SHA for faf38c1
Makefile
@@ -76,7 +76,7 @@ DOCKER_BUILDKIT=1
76
export ACK_GINKGO_DEPRECATIONS := 1.16.4
77
78
# Set --output-base for conversion-gen if we are not within GOPATH
79
-ifneq ($(abspath $(REPO_ROOT)),$(shell go env GOPATH)/src/sigs.k8s.io/cluster-api-provider-aws)
+ifneq ($(abspath $(REPO_ROOT)),$(abspath $(shell go env GOPATH)/src/sigs.k8s.io/cluster-api-provider-aws))
80
GEN_OUTPUT_BASE := --output-base=$(REPO_ROOT)
81
else
82
export GOPATH := $(shell go env GOPATH)
0 commit comments