Skip to content

Commit fb729b7

Browse files
authored
Merge pull request #25511 from github/repo-sync
repo sync
2 parents b95aa03 + ff0e5ad commit fb729b7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/rest/docs.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,17 @@ log(chalk.cyan.bold(' - All versions:') + ' ' + chalk.magenta('npm run sync-re
2424
log(
2525
chalk.cyan.bold(' - Dotcom only:') +
2626
' ' +
27-
chalk.magenta('npm run sync-rest -- --version api.github.com ; npm run dev')
27+
chalk.magenta('npm run sync-rest -- --versions api.github.com ; npm run dev')
2828
)
2929
log(
3030
chalk.cyan.bold(' - Two versions:') +
3131
' ' +
32-
chalk.magenta('npm run sync-rest -- --version ghes-3.7 ghes-3.8 ; npm run dev')
32+
chalk.magenta('npm run sync-rest -- --versions ghes-3.7 ghes-3.8 ; npm run dev')
3333
)
3434
log(
3535
chalk.cyan.bold(' - Dotcom and next calendar date version:') +
3636
' ' +
37-
chalk.magenta('npm run sync-rest -- --next --version api.github.com ; npm run dev')
37+
chalk.magenta('npm run sync-rest -- --next --versions api.github.com ; npm run dev')
3838
)
3939
log(chalk.green.bold.underline('\nWebhook docs\n'))
4040
log(chalk.green.bold(' Examples of ways you can build the Webhook docs locally:\n'))
@@ -44,12 +44,12 @@ log(
4444
log(
4545
chalk.cyan.bold(' - Dotcom only:') +
4646
' ' +
47-
chalk.magenta('npm run sync-webhooks -- --version api.github.com ; npm run dev')
47+
chalk.magenta('npm run sync-webhooks -- --versions api.github.com ; npm run dev')
4848
)
4949
log(
5050
chalk.cyan.bold(' - Two versions:') +
5151
' ' +
52-
chalk.magenta('npm run sync-webhooks -- --version ghes-3.7 ghes-3.8 ; npm run dev')
52+
chalk.magenta('npm run sync-webhooks -- --versions ghes-3.7 ghes-3.8 ; npm run dev')
5353
)
5454
log(chalk.green.bold('\nYou can build specific versions of the REST and Webhook docs.\n'))
5555
log(chalk.white.bold(' Versions that can be built: ', openApiVersions, '\n'))

0 commit comments

Comments
 (0)