1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-07 09:10:03 +01:00

Fix old path

This commit is contained in:
Erik Berkun-Drevnig
2017-09-30 20:19:44 -04:00
parent 1e5b857c6b
commit cca8260279

View File

@@ -43,7 +43,7 @@ function createConfigurationDirectory()
{
$this->files->ensureDirExists(VALET_HOME_PATH, user());
$oldPath = posix_getpwuid(fileowner(__FILE__))['dir'].'/.config/valet';
$oldPath = posix_getpwuid(fileowner(__FILE__))['dir'].'/.valet';
if ($this->files->isDir($oldPath)) {
rename($oldPath, VALET_HOME_PATH);