Skip to content

Commit

Permalink
typo and filename fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ls-spryker committed Jan 11, 2024
1 parent c480f35 commit e716ed5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
11 changes: 0 additions & 11 deletions context/nginx/conf.d/stub.default.conf.tmpl

This file was deleted.

2 changes: 1 addition & 1 deletion generator/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ static function ($endpoint) use ($projectData) {
);
file_put_contents(
$deploymentDir . DS . 'context' . DS . 'nginx' . DS . 'stub.default.conf',
$twig->render('nginx/conf.d/stub.default.cong.twig', $projectData)
$twig->render('nginx/conf.d/stub.default.conf.twig', $projectData)
);
file_put_contents(
$deploymentDir . DS . 'context' . DS . 'nginx' . DS . 'entrypoint.sh',
Expand Down

0 comments on commit e716ed5

Please sign in to comment.