Skip to content

Commit 8f6edd9

Browse files
committed
.
1 parent 64b20cc commit 8f6edd9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/commands/database/connection-string.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ export default class ConnectionString extends AuthenticatedCommand {
4040
logger.log(chalk.cyan('✓ Connection string retrieved successfully:'));
4141
logger.log(chalk.green(result.connectionString));
4242
logger.log(
43-
chalk.cyan(`The connection may take a few moments to become available, and will expire at: ${result.expiresAt}`),
43+
chalk.cyan(
44+
`The connection may take a few moments to become available, and will expire at: ${result.expiresAt}`,
45+
),
4446
);
4547

4648
this.preparePrintCommand(this, { appId });

0 commit comments

Comments
 (0)