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 3ea399b commit 4a11233Copy full SHA for 4a11233
1 file changed
src/prompts/portal/serve.ts
@@ -28,7 +28,7 @@ export class PortalServePrompts {
28
}
29
30
public baseUrlPortUpdated(updatedUrl: UrlPath) {
31
- const message = `Updated the configured base URL to ${f.var(updatedUrl.toString())} to match the serve port.`;
+ const message = `Updated the configured base URL in ${f.var("APIMATIC-BUILD.json")} to ${f.var(updatedUrl.toString())} to match the serve port.`;
32
log.info(message);
33
34
0 commit comments