Skip to content

Commit 7f3d68a

Browse files
committed
chore: update messaging
1 parent c81fbe4 commit 7f3d68a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/createIssue.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ export function openIssueCreationLink({
105105

106106
if (patchContentExceedsLimit) {
107107
diffContents = '<!-- 🔺️🔺️🔺️ PLEASE REPLACE THIS BLOCK with the diff contents printed out by the `--create-issue` command. 🔺️🔺️🔺️ -->';
108-
console.log(`📋 Copy the following diff contents and paste them into the issue diff section:
108+
console.log(`📋 Copy the following diff contents and paste it in the new issue's diff section:
109109
110110
${patchFileContents}
111111
`);

0 commit comments

Comments
 (0)