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 Apr 18, 2021
1 parent 960cc4d commit 7ad4fe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/lib/create.js
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,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 7ad4fe7

Please sign in to comment.