File tree Expand file tree Collapse file tree 3 files changed +1
-3
lines changed
lib/interface/cli/commands/hybrid Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -745,7 +745,6 @@ module.exports = {
745
745
detectProxy,
746
746
serealizeToKeyValuePairs,
747
747
getRuntimeImagesWithRegistryUrl,
748
- keyValueAsArrayToObject,
749
748
INSTALLATION_DEFAULTS ,
750
749
DefaultLogFormatter,
751
750
} ;
Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ const {
31
31
detectProxy,
32
32
keyValueAsStringToObject,
33
33
getRuntimeImagesWithRegistryUrl,
34
- keyValueAsArrayToObject,
35
34
INSTALLATION_DEFAULTS ,
36
35
} = require ( './helper' ) ;
37
36
const InstallationPlan = require ( './InstallationPlan' ) ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " codefresh" ,
3
- "version" : " 0.71.1 " ,
3
+ "version" : " 0.71.2 " ,
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