Skip to content

Commit

Permalink
FIX pathing issue with cli dir (#368)
Browse files Browse the repository at this point in the history
FIX pathing issue with cli dir
  • Loading branch information
seemethere committed Jul 26, 2019
2 parents fa4ab31 + 0df1091 commit 356c85b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ CHOWN=docker run --rm -v $(CURDIR):/v -w /v alpine chown
HASH_CMD=docker run -v $(CURDIR):/sum -w /sum debian:jessie bash hash_files
DIR_TO_HASH:=build/linux
DEFAULT_PRODUCT_LICENSE?=Community Engine
GO_VERSION=$(shell grep "ARG GO_VERSION" $(CLI_DIR)/docker-ce/components/cli/dockerfiles/Dockerfile.dev | awk -F'=' '{print $$2}')
GO_VERSION=$(shell grep "ARG GO_VERSION" $(CLI_DIR)/dockerfiles/Dockerfile.dev | awk -F'=' '{print $$2}')
DOCKER_CLI_GOLANG_IMG=golang:$(GO_VERSION)

.PHONY: help
Expand Down

0 comments on commit 356c85b

Please sign in to comment.