Skip to content

Commit d578fdf

Browse files
committed
hot fix for junk code
1 parent 8915fd8 commit d578fdf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ function main() {
132132
chalk.yellow(`\n${totalRepos.length} repo(s) available for clone!\n`)
133133
);
134134

135-
getRepos([], utils, bar, scriptOptions)
135+
getRepos(totalRepos, utils, bar, scriptOptions)
136136
.then(() => {
137137
bar.stop();
138138
console.clear();

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mmd-gitlab-backuper",
33
"description": "a package to backup from all projects that you have on gitlab",
4-
"version": "2.0.5",
4+
"version": "2.0.6",
55
"main": "lib/index.js",
66
"license": "MIT",
77
"author": {

0 commit comments

Comments
 (0)