Skip to content

Commit

Permalink
fix spinner (#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
yaroslav-codefresh authored May 4, 2019
1 parent 20f7078 commit 1328fc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/interface/cli/commands/team/synchronize.cmd.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const command = new Command({
access_token: argv['access-token'],
});
} finally {
spinner.clear();
spinner.stop();
}
console.log(JSON.stringify(result, null, 2));
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codefresh",
"version": "0.19.3",
"version": "0.19.4",
"description": "Codefresh command line utility",
"main": "index.js",
"preferGlobal": true,
Expand Down

0 comments on commit 1328fc9

Please sign in to comment.