Skip to content

Commit 8ff6792

Browse files
committed
fix(Makefile): fix repo name for docker build
1 parent e880c74 commit 8ff6792

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
@@ -3,7 +3,7 @@ SHORT_NAME ?= builder
33
include versioning.mk
44

55
# dockerized development environment variables
6-
REPO_PATH := github.com/deis/${SHORT_NAME}
6+
REPO_PATH := github.com/teamhephy/${SHORT_NAME}
77
DEV_ENV_IMAGE := quay.io/deis/go-dev:v0.22.0
88
DEV_ENV_WORK_DIR := /go/src/${REPO_PATH}
99
DEV_ENV_PREFIX := docker run --rm -v ${CURDIR}:${DEV_ENV_WORK_DIR} -w ${DEV_ENV_WORK_DIR}

0 commit comments

Comments
 (0)