File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- 2.2.5
1
+ 2.3.3
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ export class CxInstaller {
21
21
private cliVersion : string ;
22
22
private readonly resourceDirPath : string ;
23
23
private readonly installedCLIVersionFileName = 'cli-version' ;
24
- private readonly cliDefaultVersion = '2.2.5 ' ; // Update this with the latest version.
24
+ private readonly cliDefaultVersion = '2.3.3 ' ; // Update this with the latest version.
25
25
private readonly client : AstClient ;
26
26
27
27
private static readonly PLATFORMS : Record < SupportedPlatforms , PlatformData > = {
@@ -95,7 +95,7 @@ export class CxInstaller {
95
95
if ( err ) {
96
96
logger . warn ( 'Error deleting the file:' , err ) ;
97
97
} else {
98
- logger . info ( ' File deleted successfully!' ) ;
98
+ logger . info ( ` File ${ zipPath } deleted.` ) ;
99
99
}
100
100
} ) ;
101
101
You can’t perform that action at this time.
0 commit comments