Skip to content

Commit

Permalink
Fix DS bug in windows (close #11)
Browse files Browse the repository at this point in the history
  • Loading branch information
0m3r committed Jul 20, 2020
1 parent d3cd413 commit 721a8ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Console/Command/ThemeCreate.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public function generateRegistration(string $themeName): int
$content = self::THEME_REGISTRATION_TEMPLATE;
$content = str_replace(
'{{THEME_NAME}}',
ThemeCreateCommand::SECTION . DIRECTORY_SEPARATOR . $themeName,
ThemeCreateCommand::SECTION . \Magento\Framework\Config\Theme::THEME_PATH_SEPARATOR . $themeName,
$content
);

Expand Down

0 comments on commit 721a8ab

Please sign in to comment.