Skip to content

Commit c5d8e85

Browse files
Fix key value as array to object (#539)
* remove redundant ref * bump
1 parent ec823e7 commit c5d8e85

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

lib/interface/cli/commands/hybrid/helper.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -745,7 +745,6 @@ module.exports = {
745745
detectProxy,
746746
serealizeToKeyValuePairs,
747747
getRuntimeImagesWithRegistryUrl,
748-
keyValueAsArrayToObject,
749748
INSTALLATION_DEFAULTS,
750749
DefaultLogFormatter,
751750
};

lib/interface/cli/commands/hybrid/init.cmd.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ const {
3131
detectProxy,
3232
keyValueAsStringToObject,
3333
getRuntimeImagesWithRegistryUrl,
34-
keyValueAsArrayToObject,
3534
INSTALLATION_DEFAULTS,
3635
} = require('./helper');
3736
const InstallationPlan = require('./InstallationPlan');

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

0 commit comments

Comments
 (0)