Skip to content

Commit

Permalink
getHydraConfig: Allow multiple includes
Browse files Browse the repository at this point in the history
  • Loading branch information
shlevy committed Apr 20, 2017
1 parent cc85208 commit 4c26cf0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/Hydra/Helper/Nix.pm
Expand Up @@ -41,6 +41,7 @@ sub getHydraConfig {
if (-f $conf) {
my %h = new Config::General( -ConfigFile => $conf
, -UseApacheInclude => 1
, -IncludeAgain => 1
)->getall;

$hydraConfig = \%h;
Expand Down

0 comments on commit 4c26cf0

Please sign in to comment.