align repl host resolution with port resolution

This commit is contained in:
Marko Topolnik 2013-03-29 14:04:09 +01:00
parent fcb17b0ab0
commit e05e28d16e

View file

@ -27,6 +27,7 @@
(defn repl-host [project]
(or (user/getenv "LEIN_REPL_HOST")
(-> project :repl-options :host)
(-> (user/profiles) :user :repl-options :host)
"127.0.0.1"))
(defn connect-string [project opts]