Skip to content

Commit 019fcb9

Browse files
committed
Fix inadvertent paste
1 parent 2bfdf10 commit 019fcb9

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
@@ -16,7 +16,7 @@ DOCKER_RUN := mkdir -p ./.go-pkg-cache bin $(GOMOD_CACHE) && \
1616
-e GOOS=$(BUILDOS) \
1717
-e GOFLAGS=$(GOFLAGS) \
1818
-v $(CURDIR):/go/src/github.com/projectcalico/calico:rw \
19-
-v $(CURDIR)/.go-pkg-cache:/go-chttps://github.com/HomeomorphicHooligan/arch-minimal-wallpapersache:rw \
19+
-v $(CURDIR)/.go-pkg-cache:/go-cache:rw \
2020
-w /go/src/$(PACKAGE_NAME)
2121

2222
clean:

0 commit comments

Comments
 (0)