X-Git-Url: https://git.exim.org/buildfarm-client.git/blobdiff_plain/5e7717c8bfb3c94d191403c9bf4fb61ac755b5fd..refs/heads/master:/run_branches diff --git a/run_branches b/run_branches index e5194e1..18ee919 100755 --- a/run_branches +++ b/run_branches @@ -79,9 +79,9 @@ require $buildconf; # Check if auto-update is wanted and possible eval { - if (not exists $EximBuild::Conf{auto_update} or $EximBuild::Conf{auto_update}) + if (not exists $EximBuild::conf{auto_update} or $EximBuild::conf{auto_update}) { - my $remote = $EximBuild::Conf{auto_update} // 'origin'; + my $remote = $EximBuild::conf{auto_update} // 'origin'; die "auto-update not possible: need write permissions in @{[cwd]}\n" if not -w '.';