diff --git a/run_local.sh b/run_local.sh index f4690b44..a86fa6fe 100755 --- a/run_local.sh +++ b/run_local.sh @@ -1,3 +1,3 @@ #!/bin/bash -sbt "~run -Drun.mode=Dev -Dhttp.port=9680 $*" +sbt "run -Drun.mode=Dev -Dhttp.port=9680 $*"