Skip to content

Commit

Permalink
Renamed sample theme
Browse files Browse the repository at this point in the history
  • Loading branch information
fabioassuncao committed May 16, 2023
1 parent 275f6d9 commit aad63ea
Show file tree
Hide file tree
Showing 12 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
2 changes: 1 addition & 1 deletion src/Console/Generators/MakeTheme.php
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ private function generateTheme()
}
$this->files->makeDirectory($directory, 0755, true);

$source = __DIR__ . '/../../../resources/stubs/_folder-structure';
$source = __DIR__ . '/../../../resources/stubs/template';

$this->files->copyDirectory($source, $directory, null);

Expand Down

0 comments on commit aad63ea

Please sign in to comment.