Skip to content

Commit

Permalink
update phrasing
Browse files Browse the repository at this point in the history
  • Loading branch information
adrum committed Jun 21, 2024
1 parent a39a7b0 commit e7c0dba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/Valet/Site.php
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ public function secure(string $url, ?string $siteConf = null, int $certificateEx
$phpVersion = $this->customPhpVersion($url);

// Create the CA if it doesn't exist.
// If the user cancels the trust operation, the old certificate will be not removed.
// If the user cancels the trust operation, the old certificate will not be removed.
$this->files->ensureDirExists($this->caPath(), user());
$caExpireInDate = (new \DateTime())->diff(new \DateTime("+{$caExpireInYears} years"));
$this->createCa($caExpireInDate->format('%a'));
Expand Down

0 comments on commit e7c0dba

Please sign in to comment.