Skip to content

Commit

Permalink
Update cli/Valet/Site.php
Browse files Browse the repository at this point in the history
Co-Authored-By: Matt Stauffer <mattstauffer@users.noreply.github.com>
  • Loading branch information
simensen and mattstauffer committed Apr 28, 2020
1 parent 9f607ba commit 1cd3d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/Valet/Site.php
Expand Up @@ -220,7 +220,7 @@ function getSiteConfigFileContents($site)
*/
function getCertificates($path = null)
{
$path = is_null($path) ? $this->certificatesPath() : $path;
$path = $path ?: $this->certificatesPath();

$this->files->ensureDirExists($path, user());

Expand Down

0 comments on commit 1cd3d23

Please sign in to comment.