Skip to content

Commit

Permalink
wip (#499)
Browse files Browse the repository at this point in the history
  • Loading branch information
roi-codefresh authored Jun 17, 2020
1 parent 0cc80a5 commit 3de39a5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/interface/cli/commands/agent/uninstall.cmd.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const unInstallAgentCmd = new Command({
logFormatting: DefaultLogFormatter,
});
if (exitCode === 0) {
console.log('Agent uninsalled successfully');
console.log('Agent uninstalled successfully');
await deleteAgent.handler({ name, id: name });
}
if (terminateProcess !== false) {
Expand Down
2 changes: 1 addition & 1 deletion lib/interface/cli/commands/monitor/uninstall.cmd.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const unInstallAgentCmd = new Command({
logFormatting: DefaultLogFormatter,
});
if (exitCode === 0) {
console.log('Monitor uninsalled successfully');
console.log('Monitor uninstalled successfully');
if (!noExit) {
process.exit(0);
}
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.68.7",
"version": "0.68.8",
"description": "Codefresh command line utility",
"main": "index.js",
"preferGlobal": true,
Expand Down

0 comments on commit 3de39a5

Please sign in to comment.