Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Dec 8, 2024
1 parent c06fd27 commit ae865da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Console/InstallCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -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))
);
}
Expand All @@ -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)
);

Expand Down

0 comments on commit ae865da

Please sign in to comment.