Skip to content

Commit

Permalink
Merge pull request #9 from hanabi-rest/fix-git
Browse files Browse the repository at this point in the history
fix: initial commit message
  • Loading branch information
yutakobayashidev authored Mar 14, 2024
2 parents a9f5d1f + 58ff217 commit 43e4715
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/twelve-cats-turn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@hanabi.rest/cli": patch
---

fix: fix: initial commit message
2 changes: 1 addition & 1 deletion src/helpers/git.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export function tryGitInit(root: string): boolean {
}

execSync("git add -A", { stdio: "ignore" });
execSync('git commit -m "Initial commit from Create Next App"', {
execSync('git commit -m "Initial commit from Hanabi.rest"', {
stdio: "ignore",
});
return true;
Expand Down

0 comments on commit 43e4715

Please sign in to comment.