Skip to content

Commit

Permalink
Fix typo in code.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mads Nørgaard committed Sep 13, 2021
1 parent ca51e9c commit 0379cde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion os2forms_egir.module
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ function get_gir_url() {
}

function get_externals_parent() {
$externals_parent = getenv('GIR_URL');
$externals_parent = getenv('GIR_EXTERNALS_ROOT');
if (!$externals_parent) {
$forloeb_configuration = \Drupal::config('os2forms_egir.settings');
$externals_parent = $forloeb_configuration->get('externals_root');
Expand Down

0 comments on commit 0379cde

Please sign in to comment.