Skip to content

Commit

Permalink
Fixed the path to devcontainer.stub (laravel#544)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielgry committed Feb 8, 2023
1 parent 59363a5 commit 4b85dbf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ protected function installDevContainer()

file_put_contents(
$this->laravel->basePath('.devcontainer/devcontainer.json'),
file_get_contents(__DIR__.'/../../stubs/devcontainer.stub')
file_get_contents(__DIR__.'/../../../stubs/devcontainer.stub')
);

$environment = file_get_contents($this->laravel->basePath('.env'));
Expand Down

0 comments on commit 4b85dbf

Please sign in to comment.