Skip to content

Commit 1328fc9

Browse files
fix spinner (#329)
1 parent 20f7078 commit 1328fc9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/interface/cli/commands/team/synchronize.cmd.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const command = new Command({
4949
access_token: argv['access-token'],
5050
});
5151
} finally {
52-
spinner.clear();
52+
spinner.stop();
5353
}
5454
console.log(JSON.stringify(result, null, 2));
5555
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codefresh",
3-
"version": "0.19.3",
3+
"version": "0.19.4",
44
"description": "Codefresh command line utility",
55
"main": "index.js",
66
"preferGlobal": true,

0 commit comments

Comments
 (0)