Skip to content

Commit 225df73

Browse files
author
Aaron Schlesinger
committed
fix(Makefile): mount the repository into the cli dir inside the build container
1 parent 1123f41 commit 225df73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export GO15VENDOREXPERIMENT=1
22

33
# the filepath to this repository, relative to $GOPATH/src
4-
repo_path = github.com/deis/workflow/client
4+
repo_path = github.com/deis/workflow-cli/client
55

66
HOST_OS := $(shell uname)
77
ifeq ($(HOST_OS),Darwin)

0 commit comments

Comments
 (0)