Skip to content

Commit 4a11233

Browse files
committed
updatge
1 parent 3ea399b commit 4a11233

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/prompts/portal/serve.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export class PortalServePrompts {
2828
}
2929

3030
public baseUrlPortUpdated(updatedUrl: UrlPath) {
31-
const message = `Updated the configured base URL to ${f.var(updatedUrl.toString())} to match the serve port.`;
31+
const message = `Updated the configured base URL in ${f.var("APIMATIC-BUILD.json")} to ${f.var(updatedUrl.toString())} to match the serve port.`;
3232
log.info(message);
3333
}
3434

0 commit comments

Comments
 (0)