diff options
| -rw-r--r-- | packages/opencode/src/tool/bash.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/opencode/src/tool/bash.txt b/packages/opencode/src/tool/bash.txt index ce78347e0..342073b9b 100644 --- a/packages/opencode/src/tool/bash.txt +++ b/packages/opencode/src/tool/bash.txt @@ -109,6 +109,9 @@ IMPORTANT: When the user asks you to create a pull request, follow these steps c gh pr create --title "the pr title" --body "$(cat <<'EOF' ## Summary <1-3 bullet points> +EOF +)" +</example> Important: - NEVER update the git config |
