Skip to content

Commit

Permalink
Merge pull request #10 from oracle/dependabot-npm_and_yarn-oclif-4.14.0
Browse files Browse the repository at this point in the history
chore(dev-deps): bump oclif from 4.4.20 to 4.14.0
  • Loading branch information
LeonSilva15 authored Jul 19, 2024
2 parents ac84690 + 346f52b commit b819a37
Show file tree
Hide file tree
Showing 3 changed files with 1,696 additions and 1,109 deletions.
2 changes: 1 addition & 1 deletion generators/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,6 @@ export default class extends Generator {
}

end() {
this.log( 'Application generated successfuly. Run the following command: \n\ncd '+ path.join( process.cwd(), this.options.appName ) );
this.log( 'Application generated successfuly. Run the following command: \n\ncd ' + path.join( process.cwd(), this.options.appName ) + '\n');
}
}
Loading

0 comments on commit b819a37

Please sign in to comment.