1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-04 16:10:08 +01:00

fix location

This commit is contained in:
Taylor Otwell
2016-05-10 15:46:27 -05:00
parent b22d3da81c
commit 3ef267eac2

View File

@@ -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')
);