Skip to content

Commit 90dab33

Browse files
committed
fix(contrib/vagrant): fix Makefile loop
The Makefile condition was broken, and was always resetting to 3.
1 parent 6031b2c commit 90dab33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contrib/vagrant/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Deis Makefile
33
#
44

5-
ifndef $(DEIS_NUM_INSTANCES)
5+
ifndef DEIS_NUM_INSTANCES
66
DEIS_NUM_INSTANCES = 3
77
endif
88

0 commit comments

Comments
 (0)