mirror of
https://github.com/withastro/astro.git
synced 2025-02-17 22:44:24 -05:00
Fix create-astro initial git commit (#11766)
This commit is contained in:
parent
48b85c13dd
commit
d12dcbff60
2 changed files with 6 additions and 1 deletions
5
.changeset/smart-comics-doubt.md
Normal file
5
.changeset/smart-comics-doubt.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
'create-astro': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Fixes initial git commit when initializing git
|
|
@ -55,7 +55,7 @@ async function init({ cwd }: { cwd: string }) {
|
||||||
[
|
[
|
||||||
'commit',
|
'commit',
|
||||||
'-m',
|
'-m',
|
||||||
'Initial commit from Astro',
|
'"Initial commit from Astro"',
|
||||||
'--author="houston[bot] <astrobot-houston@users.noreply.github.com>"',
|
'--author="houston[bot] <astrobot-houston@users.noreply.github.com>"',
|
||||||
],
|
],
|
||||||
{ cwd, stdio: 'ignore' },
|
{ cwd, stdio: 'ignore' },
|
||||||
|
|
Loading…
Add table
Reference in a new issue