We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 339a833 + b657d18 commit 84cdf16Copy full SHA for 84cdf16
1 file changed
Makefile
@@ -34,7 +34,7 @@ restart:
34
logs:
35
vagrant ssh -c 'journalctl -f -u deis-*'
36
37
-run: install restart logs
+run: install start logs
38
39
clean: uninstall
40
vagrant ssh -c 'cd share && for c in $(COMPONENTS); do docker rm -f deis-$$c; done'
0 commit comments