Skip to content

Commit fe9aa90

Browse files
committed
Favor Bump.sh on deployment messages
1 parent 848bcc5 commit fe9aa90

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/commands/deploy.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ export default class Deploy extends BaseCommand<typeof Deploy> {
2121
`Deploy a new version of ${chalk.underline('an existing documentation')}
2222
2323
${chalk.dim('$ bump deploy FILE --doc <your_doc_id_or_slug> --token <your_doc_token>')}
24-
* Let's deploy a new documentation version on Bump... done
24+
* Let's deploy a new documentation version on Bump.sh... done
2525
* Your new documentation version will soon be ready
2626
`,
2727
`Deploy a new version of ${chalk.underline('an existing documentation attached to a hub')}
2828
2929
${chalk.dim('$ bump deploy FILE --doc <doc_slug> --hub <your_hub_id_or_slug> --token <your_doc_token>')}
30-
* Let's deploy a new documentation version on Bump... done
30+
* Let's deploy a new documentation version on Bump.sh... done
3131
* Your new documentation version will soon be ready
3232
`,
3333
`Deploy a whole directory of ${chalk.underline('API definitions files to a hub')}
@@ -49,7 +49,7 @@ Let's deploy a new version to your my-jobs-service documentation on Bump.sh... d
4949
`${chalk.underline('Validate a new documentation version')} before deploying it
5050
5151
${chalk.dim('$ bump deploy FILE --dry-run --doc <doc_slug> --token <your_doc_token>')}
52-
* Let's validate a new documentation version on Bump... done
52+
* Let's validate a new documentation version on Bump.sh... done
5353
* Definition is valid
5454
`,
5555
]

0 commit comments

Comments
 (0)