We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73fc1ce commit 566aa6cCopy full SHA for 566aa6c
src/eca/features/commands.clj
@@ -128,7 +128,7 @@
128
129
(defn ^:private doctor-msg [db config]
130
(let [model (llm-api/default-model db config)]
131
- (multi-str (str "ECA version:" (config/eca-version))
+ (multi-str (str "ECA version: " (config/eca-version))
132
""
133
(str "Server cmd: " (.orElse (.commandLine (.info (ProcessHandle/current))) nil))
134
0 commit comments