Skip to content

Commit fb8330a

Browse files
vjeuxfeiqitian
authored andcommitted
Remove the . at the end of the init message (facebook#760)
Otherwise it makes it an invalid path :(
1 parent e8507b2 commit fb8330a

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ module.exports = function(appPath, appName, verbose, originalDirectory) {
8888
}
8989

9090
console.log();
91-
console.log('Success! Created ' + appName + ' at ' + appPath + '.');
91+
console.log('Success! Created ' + appName + ' at ' + appPath);
9292
console.log('Inside that directory, you can run several commands:');
9393
console.log();
9494
console.log(chalk.cyan(' npm start'));

0 commit comments

Comments
 (0)