Skip to content

Commit

Permalink
Fix create-astro initial git commit
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy committed Aug 19, 2024
1 parent 89bab1e commit 08dd5e8
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 08dd5e8

Please sign in to comment.