Skip to content

Commit

Permalink
Fix path typo in local.settings.php.
Browse files Browse the repository at this point in the history
  • Loading branch information
joegl committed Oct 24, 2023
1 parent c110b4e commit c7a4129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docroot/sites/settings/default.local.settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
unset($config['samlauth.authentication'], $config['stanford_samlauth.settings']);
}

if (file_exists(DRUPAL_ROOT . '/../keys.secrets.settings.php')) {
if (file_exists(DRUPAL_ROOT . '/../keys/secrets.settings.php')) {
require DRUPAL_ROOT . '/../keys/secrets.settings.php';
}

0 comments on commit c7a4129

Please sign in to comment.