Skip to content

Commit

Permalink
Merge pull request #695 from shuvroroy/fix/install-command
Browse files Browse the repository at this point in the history
  • Loading branch information
danharrin committed Nov 9, 2021
1 parent e094b7e commit 4d13f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/InstallCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public function __invoke(): int

$filesystem = new Filesystem();
$filesystem->delete(resource_path('js/bootstrap.js'));
$filesystem->copyDirectory(__DIR__ . '/../stubs', base_path());
$filesystem->copyDirectory(__DIR__ . '/../../stubs', base_path());

$this->info('Scaffolding installed successfully.');

Expand Down

0 comments on commit 4d13f79

Please sign in to comment.