Skip to content

Commit 5f1e036

Browse files
fix stevedore download (#534)
1 parent 5b43ca8 commit 5f1e036

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,7 @@ async function downloadSteveDore(location = CODEFRESH_PATH) {
350350
const [error] = await to(downloader.download(components.stevedore));
351351
if (error) {
352352
const newLocation = path.join(
353+
process.cwd(),
353354
INSTALLATION_DEFAULTS.COMPONENTS_FOLDER,
354355
components.stevedore.local.dir, components.stevedore.local.binary,
355356
);

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

0 commit comments

Comments
 (0)