Skip to content

Commit

Permalink
fix(console): fix wrong destination folder displayed on site generation
Browse files Browse the repository at this point in the history
  • Loading branch information
Awilum committed Aug 26, 2022
1 parent 6a5831f commit a481246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Console/Commands/Site/SiteGenerateCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
registry()->set('flextype.settings.base_path', '');
}

$staticSitePathMessage = registry()->get('plugins.site.settings.static.path');
$staticSitePathMessage = $sitePath;

// Site items.
$items = [];
Expand Down

0 comments on commit a481246

Please sign in to comment.