Skip to content
This repository was archived by the owner on Jan 26, 2019. It is now read-only.

Commit 52bc72f

Browse files
vjeuxgaearon
authored andcommitted
Remove the . at the end of the init message (#760)
Otherwise it makes it an invalid path :(
1 parent 4c183b7 commit 52bc72f

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
@@ -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)