Skip to content

Commit fa1b788

Browse files
authored
Merge pull request #237 from nitrictech/fix/api-port-display
Allow run output to list multiple API container ports.
2 parents b3563f8 + eca8ef1 commit fa1b788

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/base/src/tasks/run/gateway.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export class RunGatewayTask extends Task<RunContainerResult> {
7171
private runId: string;
7272

7373
constructor({ stackName, api, port, docker, network, runId }: RunGatewayTaskOptions) {
74-
super('Creating API Gateways');
74+
super(`Creating API Gateway ${api.name}`);
7575
this.stackName = stackName;
7676
this.api = api;
7777
this.port = port;

0 commit comments

Comments
 (0)