Skip to content

Commit 5ab1352

Browse files
committed
minor fix for utils
1 parent 2dc6da2 commit 5ab1352

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class Utils {
5050
/**
5151
* we increase cloned repo to keep tracking how much cloned.
5252
*/
53-
// this.observer.cloned += 1;
53+
this.observer.cloned += 1;
5454

5555
/**
5656
* increase cli progress bar by 1 when a repo cloned.

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": "1.2.0",
4+
"version": "1.2.1",
55
"main": "lib/index.js",
66
"license": "MIT",
77
"author": {

0 commit comments

Comments
 (0)