Skip to content

Commit 3634da9

Browse files
committed
style(site-utils): format variable
1 parent 2cce450 commit 3634da9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/helper/site-utils.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,8 +275,8 @@ function add_site_redirects( string $site_url, bool $ssl, bool $inherit ) {
275275

276276
// Check for existence of cert and key files for the cert_site_name
277277
$certs_dir = EE_ROOT_DIR . '/services/nginx-proxy/certs/';
278-
$crt_file = $certs_dir . $cert_site_name . '.crt';
279-
$key_file = $certs_dir . $cert_site_name . '.key';
278+
$crt_file = $certs_dir . $cert_site_name . '.crt';
279+
$key_file = $certs_dir . $cert_site_name . '.key';
280280

281281
if ( file_exists( $crt_file ) && file_exists( $key_file ) ) {
282282
if ( $has_www ) {

0 commit comments

Comments
 (0)