Skip to content

Commit

Permalink
Update Skeleton.php
Browse files Browse the repository at this point in the history
  • Loading branch information
christopheg authored Mar 2, 2023
1 parent 18229d6 commit abae4fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Skeleton/Core/Skeleton.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public static function get_all() {

$skeleton = new self();
$skeleton->name = $name;
$skeleton->path = $details['install_path'];
$skeleton->path = realpath($details['install_path']);
$skeleton->template_path = $skeleton->path . '/template';
$skeleton->asset_path = $skeleton->path . '/media';
$skeleton->migration_path = $skeleton->path . '/migration';
Expand Down

0 comments on commit abae4fa

Please sign in to comment.