Skip to content
This repository was archived by the owner on Dec 9, 2023. It is now read-only.

Commit 50e57a6

Browse files
committed
fix(projects): fix git message
1 parent c36ce3b commit 50e57a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ cli.command('').action(async (args: any) => {
8989

9090
await execa('git', ['add', '.']);
9191

92-
await execa('git', ['commit', '-m', '"docs(projects): CHANGELOG.md"'], { cwd });
92+
await execa('git', ['commit', '-m', 'docs(projects): CHANGELOG.md'], { cwd });
9393

9494
await execa('git', ['push', pushUrl, `HEAD:${config.gitMainBranch}`], { cwd });
9595
}

0 commit comments

Comments
 (0)