consume only --repl in its condition
This commit is contained in:
parent
bad1628607
commit
7853d69474
1 changed files with 1 additions and 1 deletions
|
|
@ -613,7 +613,7 @@ Use bb run --help to show this help output.
|
|||
:uberjar (first options))))
|
||||
("--repl")
|
||||
(let [options (next options)]
|
||||
(recur (next options)
|
||||
(recur options
|
||||
(assoc opts-map
|
||||
:repl true)))
|
||||
("--socket-repl")
|
||||
|
|
|
|||
Loading…
Reference in a new issue