Skip to content

Commit

Permalink
Fix Makefile
Browse files Browse the repository at this point in the history
Transposed REPO_NAME and REPO_OWNER in PKG_NAME

Signed-off-by: Dave Tucker <[email protected]>
  • Loading branch information
Dave Tucker committed Feb 11, 2016
1 parent a082c3e commit 5b91ed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

REPO_NAME = go-plugins-helpers
REPO_OWNER = docker
PKG_NAME = github.com/${REPO_NAME}/${REPO_OWNER}
PKG_NAME = github.com/${REPO_OWNER}/${REPO_NAME}
IMAGE = golang:1.5

all: test
Expand Down

0 comments on commit 5b91ed4

Please sign in to comment.