We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b43ca8 commit 5f1e036Copy full SHA for 5f1e036
lib/interface/cli/commands/hybrid/helper.js
@@ -350,6 +350,7 @@ async function downloadSteveDore(location = CODEFRESH_PATH) {
350
const [error] = await to(downloader.download(components.stevedore));
351
if (error) {
352
const newLocation = path.join(
353
+ process.cwd(),
354
INSTALLATION_DEFAULTS.COMPONENTS_FOLDER,
355
components.stevedore.local.dir, components.stevedore.local.binary,
356
);
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "codefresh",
3
- "version": "0.70.5",
+ "version": "0.70.6",
4
"description": "Codefresh command line utility",
5
"main": "index.js",
6
"preferGlobal": true,
0 commit comments