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 b922438 commit ee83406Copy full SHA for ee83406
lib/interface/cli/commands/app-proxy/install.cmd.js
@@ -181,7 +181,7 @@ const installAppProxyHandler = new Command({
181
const [getREErr, re] = await to(sdk.runtimeEnvs.get({ name: runtimeEnvironment }));
182
await handleError(getREErr, 'Failed to get runtime environment');
183
184
- const appProxyUrl = `https://${host}${argv.pathPrefix}`;
+ const appProxyUrl = `https://${host}${argv.pathPrefix || ''}`;
185
186
const body = {
187
appProxy: {
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "codefresh",
3
- "version": "0.75.20",
+ "version": "0.75.21",
4
"description": "Codefresh command line utility",
5
"main": "index.js",
6
"preferGlobal": true,
0 commit comments