Skip to content

Commit 753d789

Browse files
committed
docs
1 parent c98299e commit 753d789

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Steps to reproduce the behavior:
2323
A clear and concise description of what you expected to happen.
2424

2525
**Doctor**
26-
Paste the relevant parts of `/doctor` command in chat if applicable:
26+
Paste the relevant parts of `/doctor` command from chat if applicable:
2727

2828
**Screenshots**
2929
If applicable, add screenshots to help explain your problem.

src/eca/features/commands.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
(string/includes? key "BASE"))
152152
(str s key "=" val "\n")
153153
s))
154-
""
154+
"\n"
155155
(System/getenv))))))
156156

157157
(defn handle-command! [command args {:keys [chat-id db* config full-model instructions]}]

0 commit comments

Comments
 (0)