Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit 97c70b0

Browse files
zelahithaJeztah
authored andcommitted
FIX pathing issue with cli dir
(cherry picked from commit 0df1091) Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit: 524b348030d56aa7a58ae1ecefc085f2e515c798 Component: packaging
1 parent de62b4b commit 97c70b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/packaging/static/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ CHOWN=docker run --rm -v $(CURDIR):/v -w /v alpine chown
77
HASH_CMD=docker run -v $(CURDIR):/sum -w /sum debian:jessie bash hash_files
88
DIR_TO_HASH:=build/linux
99
DEFAULT_PRODUCT_LICENSE?=Community Engine
10-
GO_VERSION=$(shell grep "ARG GO_VERSION" $(CLI_DIR)/docker-ce/components/cli/dockerfiles/Dockerfile.dev | awk -F'=' '{print $$2}')
10+
GO_VERSION=$(shell grep "ARG GO_VERSION" $(CLI_DIR)/dockerfiles/Dockerfile.dev | awk -F'=' '{print $$2}')
1111
DOCKER_CLI_GOLANG_IMG=golang:$(GO_VERSION)
1212

1313
.PHONY: help

0 commit comments

Comments
 (0)