Skip to content

Commit c94c98d

Browse files
committed
hmm what about now
1 parent a4f268a commit c94c98d

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
@@ -197,7 +197,7 @@ endif
197197

198198
# $(call DOCKER, image, command)
199199
define DOCKER
200-
docker run "$(DOCKER_OPTIONS)" --rm -e GOCACHE=/app/.cache -e IN_DOCKER=1 -w /app -v $(PWD):/app -v $(GOPATH):/go --init $(1) /bin/bash -c '$(2)'
200+
docker run $(DOCKER_OPTIONS) --rm -e GOCACHE=/app/.cache -e IN_DOCKER=1 -w /app -v $(PWD):/app -v $(GOPATH):/go --init $(1) /bin/bash -c '$(2)'
201201
endef
202202

203203
ifeq ($(BUILD_IN_DOCKER),y)

0 commit comments

Comments
 (0)