Skip to content

Commit a9faeab

Browse files
author
Matthew Fisher
committed
Merge pull request #494 from bacongobbler/rename-image-to-controller
ref(Makefile): change component name to controller
2 parents 2d12a07 + a5f9255 commit a9faeab

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
# If DEIS_REGISTRY is not set, try to populate it from legacy DEV_REGISTRY
22
DEIS_REGISTRY ?= $(DEV_REGISTRY)
33
IMAGE_PREFIX ?= deis
4-
COMPONENT ?= workflow
4+
COMPONENT ?= controller
55
SHORT_NAME ?= $(COMPONENT)
66

77
include versioning.mk

0 commit comments

Comments
 (0)