File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
lib/interface/cli/commands Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ const unInstallAgentCmd = new Command({
80
80
logFormatting : DefaultLogFormatter ,
81
81
} ) ;
82
82
if ( exitCode === 0 ) {
83
- console . log ( 'Agent uninsalled successfully' ) ;
83
+ console . log ( 'Agent uninstalled successfully' ) ;
84
84
await deleteAgent . handler ( { name, id : name } ) ;
85
85
}
86
86
if ( terminateProcess !== false ) {
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ const unInstallAgentCmd = new Command({
64
64
logFormatting : DefaultLogFormatter ,
65
65
} ) ;
66
66
if ( exitCode === 0 ) {
67
- console . log ( 'Monitor uninsalled successfully' ) ;
67
+ console . log ( 'Monitor uninstalled successfully' ) ;
68
68
if ( ! noExit ) {
69
69
process . exit ( 0 ) ;
70
70
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " codefresh" ,
3
- "version" : " 0.68.7 " ,
3
+ "version" : " 0.68.8 " ,
4
4
"description" : " Codefresh command line utility" ,
5
5
"main" : " index.js" ,
6
6
"preferGlobal" : true ,
You can’t perform that action at this time.
0 commit comments