Skip to content

Commit 2b68479

Browse files
committed
update log line for podName
1 parent f7ee8ce commit 2b68479

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clients/js/packages/client/src/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -741,7 +741,7 @@ export class StarshipClient implements StarshipClientI {
741741
]);
742742
this.log(
743743
chalk.yellow(
744-
`Forwarded ${formatChainID(chain.id)}: local ${localPort} -> target (host) ${externalPort}`
744+
`Forwarded ${podName}: local ${localPort} -> target (host) ${externalPort}`
745745
)
746746
);
747747
}

0 commit comments

Comments
 (0)