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