From 1d94f51c4a6d7e1fe8565256b7f093b263d0a043 Mon Sep 17 00:00:00 2001 From: Gwonsoo Lee Date: Mon, 20 Jul 2020 02:05:56 +0900 Subject: [PATCH] fix org --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c49dff9..13d7353 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ GOOS ?= $(shell go env GOOS) GOARCH ?= amd64 BUILD_DIR ?= ./out -ORG = github.com/GoogleContainerTools +ORG = github.com/DevopsArtFactory PROJECT = goployer REPOPATH ?= $(ORG)/$(PROJECT) RELEASE_BUCKET ?= $(PROJECT)