Skip to content

Commit

Permalink
refactor: Tweak ns alias
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidz committed Oct 19, 2024
1 parent 54cb0b1 commit ca58f12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/elin
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
{:deps {'liquidz/elin {:local/root project-root}}})

(require
'[babashka.process :as proc]
'[babashka.process :as b.process]
'[elin.function.jack-in :as e.f.jack-in]
'[elin.util.nrepl :as e.u.nrepl])

Expand Down Expand Up @@ -60,7 +60,7 @@
commands (e.f.jack-in/generate-command project-type port rest-args)]
(if (:dry-run options)
(println (str/join " " commands))
(apply proc/shell {:out :inherit :in :inherit} commands))))
(apply b.process/shell {:out :inherit :in :inherit} commands))))

(defn -main [& args]
(try
Expand Down

0 comments on commit ca58f12

Please sign in to comment.