Skip to content

Commit 4bb35b9

Browse files
fixed regression of cr-4249 (#656)
1 parent bcf321f commit 4bb35b9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,8 @@ async function downloadVeonona(location = CODEFRESH_PATH, bypassDownload = false
394394
}
395395

396396
async function downloadProvider({ provider, location = CODEFRESH_PATH }, bypassDownload = false) {
397+
const localSettings = components.gitops[provider].local;
398+
397399
if (await bypassDownloadSuccess(bypassDownload, localSettings.dir, localSettings.binary)) {
398400
return path.resolve(process.cwd(), INSTALLATION_DEFAULTS.COMPONENTS_FOLDER);
399401
}

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

0 commit comments

Comments
 (0)