Skip to content

Commit b366d5e

Browse files
committed
Remove .DS_Store file from Caddy directory when starting Caddy
1 parent 7337479 commit b366d5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/Valet/Caddy.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ function installCaddyDaemon()
108108
function restart()
109109
{
110110
$this->cli->quietly('sudo launchctl unload '.$this->daemonPath);
111-
111+
$this->files->unlink(VALET_HOME_PATH.'/Caddy/.DS_Store');
112112
$this->cli->quietly('sudo launchctl load '.$this->daemonPath);
113113
}
114114

0 commit comments

Comments
 (0)