Skip to content

Commit 3de39a5

Browse files
wip (#499)
1 parent 0cc80a5 commit 3de39a5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/interface/cli/commands/agent/uninstall.cmd.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ const unInstallAgentCmd = new Command({
8080
logFormatting: DefaultLogFormatter,
8181
});
8282
if (exitCode === 0) {
83-
console.log('Agent uninsalled successfully');
83+
console.log('Agent uninstalled successfully');
8484
await deleteAgent.handler({ name, id: name });
8585
}
8686
if (terminateProcess !== false) {

lib/interface/cli/commands/monitor/uninstall.cmd.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ const unInstallAgentCmd = new Command({
6464
logFormatting: DefaultLogFormatter,
6565
});
6666
if (exitCode === 0) {
67-
console.log('Monitor uninsalled successfully');
67+
console.log('Monitor uninstalled successfully');
6868
if (!noExit) {
6969
process.exit(0);
7070
}

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.68.7",
3+
"version": "0.68.8",
44
"description": "Codefresh command line utility",
55
"main": "index.js",
66
"preferGlobal": true,

0 commit comments

Comments
 (0)