Skip to content

Commit c2a53b3

Browse files
author
Matthew Fisher
committed
Merge pull request #790 from opdemand/alphabetized
fix(Makefile): alphabetize component names
2 parents 3992dc4 + a678b23 commit c2a53b3

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 @@
33
#
44

55
# ordered list of deis components
6-
COMPONENTS=registry logger database cache controller builder router
6+
COMPONENTS=builder cache controller database logger registry router
77

88
all: build run
99

0 commit comments

Comments
 (0)