Skip to content

Commit

Permalink
fixed regression of cr-4249 (#656)
Browse files Browse the repository at this point in the history
  • Loading branch information
elad-codefresh authored Apr 27, 2021
1 parent bcf321f commit 4bb35b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions lib/interface/cli/commands/hybrid/helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,8 @@ async function downloadVeonona(location = CODEFRESH_PATH, bypassDownload = false
}

async function downloadProvider({ provider, location = CODEFRESH_PATH }, bypassDownload = false) {
const localSettings = components.gitops[provider].local;

if (await bypassDownloadSuccess(bypassDownload, localSettings.dir, localSettings.binary)) {
return path.resolve(process.cwd(), INSTALLATION_DEFAULTS.COMPONENTS_FOLDER);
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codefresh",
"version": "0.75.14",
"version": "0.75.15",
"description": "Codefresh command line utility",
"main": "index.js",
"preferGlobal": true,
Expand Down

0 comments on commit 4bb35b9

Please sign in to comment.