Skip to content

Commit 49d16c2

Browse files
fix: correct shell escape
Co-authored-by: bi0ha2ard <bi0ha2ard@users.noreply.github.com>
1 parent 1fc541f commit 49d16c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conventional-pre-commit.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ ${YELLOW}Example commit message fixing an issue:${RESTORE}
7171
7272
fix: remove infinite loop
7373
74-
${YELLOW}Optionally, include a scope in parentheses after the type for more context:{$RESTORE}
74+
${YELLOW}Optionally, include a scope in parentheses after the type for more context:${RESTORE}
7575
7676
fix(account): remove infinite loop
7777
"

0 commit comments

Comments
 (0)