From 7853d69474b26a3bc11b403bfed83974753bdde0 Mon Sep 17 00:00:00 2001 From: Bob Date: Sat, 25 May 2024 18:14:59 -0400 Subject: [PATCH] consume only `--repl` in its condition --- src/babashka/main.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/babashka/main.clj b/src/babashka/main.clj index 86dec93a..21e2fddf 100644 --- a/src/babashka/main.clj +++ b/src/babashka/main.clj @@ -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")