mirror of
https://github.com/laravel/valet.git
synced 2026-02-04 16:10:08 +01:00
fix location
This commit is contained in:
@@ -72,7 +72,7 @@ function installCaddyDirectory()
|
||||
function installCaddyDaemon()
|
||||
{
|
||||
$contents = str_replace(
|
||||
'VALET_PATH', $this->files->realpath(__DIR__.'/../'),
|
||||
'VALET_PATH', $this->files->realpath(__DIR__.'/../../'),
|
||||
$this->files->get(__DIR__.'/../stubs/daemon.plist')
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user