Skip to content

Commit c11af56

Browse files
committed
Fix shell description
1 parent c4d19b9 commit c11af56

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/eca/features/tools/shell.clj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,9 @@ Important notes:
120120
git commit -m \"$(cat <<'EOF'
121121
Commit message here.
122122
123-
🤖 Generated with [opencode](https://opencode.ai)
123+
🤖 Generated with [eca](https://eca.dev)
124124
125-
Co-Authored-By: opencode <noreply@opencode.ai>
125+
Co-Authored-By: eca <noreply@eca.dev>
126126
EOF
127127
)\"
128128
</example>
@@ -167,7 +167,7 @@ gh pr create --title \"the pr title\" --body \"$(cat <<'EOF'
167167
## Test plan
168168
[Checklist of TODOs for testing the pull request...]
169169
170-
🤖 Generated with [opencode](https://opencode.ai)
170+
🤖 Generated with [eca](https://eca.dev)
171171
EOF
172172
)\"
173173
</example>

0 commit comments

Comments
 (0)