Skip to content

Commit a678b23

Browse files
author
Matthew Fisher
committed
fix(Makefile): alphabetize component names
This is just a small nitpick that was driving me mental.
1 parent 1633cb8 commit a678b23

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)