Skip to content

Commit

Permalink
Merge pull request actions#30 from akamai/feature/DEVPOPS-789
Browse files Browse the repository at this point in the history
Updated message to display for origins with user variables
  • Loading branch information
bradforj287 committed Mar 9, 2019
2 parents 48bac77 + c26b942 commit 7162a08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cli-main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -800,8 +800,8 @@ async function registerSandbox(sandboxId: string, jwt: string, name: string, cli

console.info(`Successfully created sandbox_id ${sandboxId}. Generated sandbox client configuration at ${registration.configPath} please edit this file`);
if(hasVariableForOrigin) {
console.error(`\nAt least one property of this sandbox has a user defined variable for origin hostname.
Please edit the sandbox client configuration file /home/lgassawa/devpops/cli-sandbox/cache/sandbox-cli/sandbox-cli/sandboxes/DEVPOPS-789/config.json and replace the variable with a static hostname`);
console.error(`\nAt least one property of this sandbox has a user defined variable for origin hostname.`)
console.error(`Please edit the sandbox client configuration file ${registration.configPath} and replace the variable with a static hostname`);
}
}

Expand Down

0 comments on commit 7162a08

Please sign in to comment.