Skip to content

Commit 388a108

Browse files
committed
Fix docstrings
1 parent 4ad934e commit 388a108

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

src/githubHelper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1262,7 +1262,7 @@ export class GithubHelper {
12621262
}
12631263

12641264
/**
1265-
* Asks for confirmation and then maybe deletes the GH repository, then creates it again.
1265+
* Deletes the GH repository, then creates it again.
12661266
*/
12671267
async recreateRepo() {
12681268
let params = {

src/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,9 @@ if (!settings.gitlab.projectId) {
110110

111111
// ----------------------------------------------------------------------------
112112

113+
/**
114+
* Asks for confirmation and maybe recreates the GitHub repository.
115+
*/
113116
async function recreate() {
114117
readlineSync.setDefaultOptions({
115118
limit: ['no', 'yes'],

0 commit comments

Comments
 (0)