Skip to content

Commit

Permalink
Fix create-astro initial git commit (#11766)
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy authored Aug 19, 2024
1 parent 48b85c1 commit d12dcbf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/smart-comics-doubt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'create-astro': patch
---

Fixes initial git commit when initializing git
2 changes: 1 addition & 1 deletion packages/create-astro/src/actions/git.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ async function init({ cwd }: { cwd: string }) {
[
'commit',
'-m',
'Initial commit from Astro',
'"Initial commit from Astro"',
'--author="houston[bot] <[email protected]>"',
],
{ cwd, stdio: 'ignore' },
Expand Down

0 comments on commit d12dcbf

Please sign in to comment.