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({
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 ) {
Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff line change 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 ,
You can’t perform that action at this time.
0 commit comments