mirror of
https://github.com/bitinflow/bunny-cli.git
synced 2026-03-13 13:45:54 +00:00
Fix env path for windows
This commit is contained in:
@@ -5,7 +5,7 @@ return [
|
||||
'disks' => [
|
||||
'local' => [
|
||||
'driver' => 'local',
|
||||
'root' => getenv('HOME') . DIRECTORY_SEPARATOR . '.bunny-cli',
|
||||
'root' => bunny_cli_path(),
|
||||
],
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user