diff --git a/src/Console/InstallCommand.php b/src/Console/InstallCommand.php index b88602d..289d053 100644 --- a/src/Console/InstallCommand.php +++ b/src/Console/InstallCommand.php @@ -137,7 +137,7 @@ protected function copyTestbenchDotEnvFile(Filesystem $filesystem, string $worki components: $this->components, force: (bool) $this->option('force'), ))->handle( - $from, + $from, join_paths($workbenchWorkingPath, str_replace('.env', '.env.dusk', $choice)) ); } @@ -148,7 +148,7 @@ protected function copyTestbenchDotEnvFile(Filesystem $filesystem, string $worki components: $this->components, force: (bool) $this->option('force'), ))->handle( - $from, + $from, join_paths($workbenchWorkingPath, $choice) );