Skip to content

Commit 566aa6c

Browse files
committed
improve doctor
1 parent 73fc1ce commit 566aa6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/eca/features/commands.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128

129129
(defn ^:private doctor-msg [db config]
130130
(let [model (llm-api/default-model db config)]
131-
(multi-str (str "ECA version:" (config/eca-version))
131+
(multi-str (str "ECA version: " (config/eca-version))
132132
""
133133
(str "Server cmd: " (.orElse (.commandLine (.info (ProcessHandle/current))) nil))
134134
""

0 commit comments

Comments
 (0)