Skip to content

Commit

Permalink
fix stevedore download (#534)
Browse files Browse the repository at this point in the history
  • Loading branch information
oren-codefresh authored Jul 17, 2020
1 parent 5b43ca8 commit 5f1e036
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/interface/cli/commands/hybrid/helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,7 @@ async function downloadSteveDore(location = CODEFRESH_PATH) {
const [error] = await to(downloader.download(components.stevedore));
if (error) {
const newLocation = path.join(
process.cwd(),
INSTALLATION_DEFAULTS.COMPONENTS_FOLDER,
components.stevedore.local.dir, components.stevedore.local.binary,
);
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.70.5",
"version": "0.70.6",
"description": "Codefresh command line utility",
"main": "index.js",
"preferGlobal": true,
Expand Down

0 comments on commit 5f1e036

Please sign in to comment.