From 6d96a8fda11f933118fe3e3275147bc17348a298 Mon Sep 17 00:00:00 2001 From: Jack Ellis Date: Sat, 13 Jan 2024 12:42:22 -0600 Subject: [PATCH] Update DeployCommand.php (#244) --- src/Commands/DeployCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Commands/DeployCommand.php b/src/Commands/DeployCommand.php index 49712bb6..2c0b6b87 100644 --- a/src/Commands/DeployCommand.php +++ b/src/Commands/DeployCommand.php @@ -68,7 +68,7 @@ public function handle() if ($deployment['database'] && $deployment['database']['certificate_authority_status'] === 'expiring') { Helpers::line(); - Helpers::warn('You database is uses a certificate which expires in August 2024. To prevent connectivity issues after this date, please update the Certificate Authority of your database from the AWS console using the link below.'); + Helpers::warn('Your database is using a certificate which expires in August 2024. To prevent connectivity issues after this date, please update the Certificate Authority of your database from the AWS console using the link below.'); Helpers::line(); Helpers::line("https://{$deployment['database']['region']}.console.aws.amazon.com/rds/home?region={$deployment['database']['region']}#ca-cert-update:"); }