Skip to content

Commit

Permalink
Merge pull request #274 from jolicode/bastnic-patch-1-1
Browse files Browse the repository at this point in the history
Update infra.php
  • Loading branch information
pyrech authored Feb 16, 2024
2 parents 847810b + ee3c968 commit dbf076f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .castor/infra.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ function generate_certificates(
#[AsOption(description: 'Force the certificates re-generation without confirmation', shortcut: 'f')]
bool $force = false,
): void {
$sslDir = variable('root_dir') . '/infrastructure/development/services/router/certs';
$sslDir = variable('root_dir') . '/infrastructure/docker/services/router/certs';

if (file_exists("$sslDir/cert.pem") && !$force) {
io()->comment('SSL certificates already exists.');
Expand Down

0 comments on commit dbf076f

Please sign in to comment.