Skip to content

Commit b819a37

Browse files
authored
Merge pull request #10 from oracle/dependabot-npm_and_yarn-oclif-4.14.0
chore(dev-deps): bump oclif from 4.4.20 to 4.14.0
2 parents ac84690 + 346f52b commit b819a37

File tree

3 files changed

+1696
-1109
lines changed

3 files changed

+1696
-1109
lines changed

generators/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,6 @@ export default class extends Generator {
141141
}
142142

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

0 commit comments

Comments
 (0)