Skip to content

Commit

Permalink
style(create): correct comment indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ath0mas committed Aug 2, 2021
1 parent 9606770 commit 6addca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/create.js
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ exports.create = function (project_path, config, options, events) {
.then(function () {
return exports.validateProjectName(project_name);
}).then(function () {
// Log the given values for the project
// Log the given values for the project
events.emit('log', 'Creating Cordova project for the Android platform:');
events.emit('log', '\tPath: ' + project_path);
events.emit('log', '\tPackage: ' + package_name);
Expand Down

0 comments on commit 6addca1

Please sign in to comment.