RomanHotsiy / commitgpt

Automatically generate commit messages using ChatGPT
1.56k stars 91 forks source link

Fix escape #16

Closed RomanHotsiy closed 1 year ago

RomanHotsiy commented 1 year ago

Wrong escape mechanism was used.

Single quote should be escaped using '' instead of \'.

Fixes https://github.com/RomanHotsiy/commitgpt/issues/12