Skip to content

Commit c2da46f

Browse files
author
Aaron Schlesinger
committed
fix(Makefile): mount the codebase to the right place in the container
1 parent 4e7493a commit c2da46f

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-cli/client
4+
repo_path = github.com/deis/workflow-cli
55

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

0 commit comments

Comments
 (0)