fix: doerg → cfg

This commit is contained in:
2026-04-18 16:14:13 -06:00
parent dcaac98252
commit 55dd22f220
6 changed files with 7 additions and 7 deletions
+1 -2
View File
@@ -4,7 +4,6 @@
[babashka.process :as p]
[cheshire.core :as json]
[clojure.core.match :refer [match]]
[net.deertopia.doerg :as-alias doerg]
[clojure.java.io :as io]
[clojure.set :as set]
[clojure.string :as str]
@@ -35,7 +34,7 @@
:or {in *in*}}]
(let [r (-> (p/process
{:in in :out :string}
(-> cfg/*cfg* ::doerg/doerg-parser str))
(-> cfg/*cfg* ::cfg/doerg-parser str))
(common/deref-with-timeout *uniorg-timeout-duration*))]
(when (zero? (:exit r))
(-> r :out (json/parse-string (comp keyword camel->kebab))))))