Skip to content

Commit 11ed7b0

Browse files
author
Seth Goings
committed
fix(Makefile): add trailing slash on travis-ci image prefix
1 parent 555afee commit 11ed7b0

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,5 +1,5 @@
11
# If DEIS_REGISTRY is not set, try to populate it from legacy DEV_REGISTRY
2-
DEIS_REGISTRY ?= $(DEV_REGISTRY)/
2+
DEIS_REGISTRY ?= $(DEV_REGISTRY)
33
IMAGE_PREFIX ?= deis
44
COMPONENT ?= workflow
55
VERSION ?= git-$(shell git rev-parse --short HEAD)

0 commit comments

Comments
 (0)