Skip to content

Commit 54ed706

Browse files
committed
Minor log updates
1 parent eaf3beb commit 54ed706

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cli.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ async function ask() {
114114
function printSuccess(opts, root) {
115115
let travisNote = '';
116116
if (opts.travis) {
117-
travisNote = `We generated ${chalk.blue('.travis')} for you. Follow steps from ${chalk.blue(
117+
travisNote = `⚠️ We generated ${chalk.blue('.travis')} for you. Follow steps from ${chalk.blue(
118118
'README.md'
119119
)} to finish Travis CI setup`;
120120
}
@@ -150,7 +150,7 @@ async function run() {
150150
${chalk.blue('create-openapi-repo')} <spec-directory>
151151
152152
For example:
153-
${chalk.blue('create-openapi-repo')} my-spec`);
153+
${chalk.blue('create-openapi-repo')} test-api-repo`);
154154

155155
process.exit(1);
156156
}

0 commit comments

Comments
 (0)