Skip to content

Commit

Permalink
Merge pull request #132 from jonasdekeukelaere/fix-typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
tijsverkoyen authored Sep 24, 2024
2 parents 9d2ac8f + ef4dd8a commit 2fee999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Skeleton/PostCreateProject.php
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ private static function reconfigureApplication(Event $event): void
$content = file_get_contents($projectDir . '/config/packages/routing.yaml');
$content = preg_replace(
'/#default_uri: http:\/\/localhost/smU',
'default_uri: \'%env(DEFAULT_URI)\'',
'default_uri: \'%env(DEFAULT_URI)%\'',
$content
);
file_put_contents($projectDir . '/config/packages/routing.yaml', $content);
Expand Down

0 comments on commit 2fee999

Please sign in to comment.