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:
@@ -26,7 +26,7 @@ $app = new LaravelZero\Framework\Application(
|
||||
*/
|
||||
|
||||
if (!file_exists(dirname(__DIR__) . DIRECTORY_SEPARATOR . '.env')) {
|
||||
$app->useEnvironmentPath(getenv('HOME') . DIRECTORY_SEPARATOR . '.bunny-cli');
|
||||
$app->useEnvironmentPath(bunny_cli_path());
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user