Skip to content

Commit d9e05f9

Browse files
authored
1 parent fb9745e commit d9e05f9

File tree

1 file changed

+1
-1
lines changed
  • packages/react-scripts/scripts

1 file changed

+1
-1
lines changed

packages/react-scripts/scripts/init.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ function tryGitInit(appPath) {
5353
didInit = true;
5454

5555
execSync('git add -A', { stdio: 'ignore' });
56-
execSync('git commit -m "Initial commit from Create React App"', {
56+
execSync('git commit -m "Initialize project using Create React App"', {
5757
stdio: 'ignore',
5858
});
5959
return true;

0 commit comments

Comments
 (0)