Browse Source

Fix `make run` command. Fixes #77

Sergey Prokhorov 2 years ago
parent
commit
f7f2d41e52
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -9,7 +9,7 @@ compile: $(REBAR)
 	$(REBAR) as dev compile
 
 run: $(REBAR)
-	@$(REBAR) as dev shell --apps pooler --config config/demo.config
+	@$(REBAR) as test shell --apps pooler --config config/demo.config
 
 test: $(REBAR)
 	$(REBAR) eunit --verbose --cover