Skip to content

Commit 2acf833

Browse files
authored
fix(generateCommitMessageFromGitDiff.ts): remove unnecessary character at the end of the line (#36)
1 parent 3f7025d commit 2acf833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/generateCommitMessageFromGitDiff.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const INIT_MESSAGES_PROMPT: Array<ChatCompletionRequestMessage> = [
2121
config?.description
2222
? 'Add a short description of what commit is about after the commit message. Don\'t start it with "This commit", just describe the changes.'
2323
: 'Don\'t add any descriptions to the commit, only commit message.'
24-
} Use ${translation.localLanguage} to answer.}`
24+
} Use ${translation.localLanguage} to answer.`
2525
},
2626
{
2727
role: ChatCompletionRequestMessageRoleEnum.User,

0 commit comments

Comments
 (0)