Skip to content

Commit 91bbd04

Browse files
committed
changed finished message
1 parent e60bef7 commit 91bbd04

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ const observer = objChange(
6868
if (observer.cloned === total && !observer.hasNext) {
6969
bar.stop();
7070
console.clear();
71-
console.log(chalk.green(`\n ${total} repo(s) has been saved!! \n`));
71+
console.log(chalk.green(`\n ${total} repo(s) saved!! \n`));
7272
}
7373
}
7474
);

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

0 commit comments

Comments
 (0)