Remove unneeded camelcase

This commit is contained in:
Shea Levy 2015-08-10 13:59:22 -04:00
parent 163e696813
commit 1705ca41e7

View file

@ -113,8 +113,8 @@ sub fetchInputBuild {
, version => $version , version => $version
, outputName => $mainOutput->name , outputName => $mainOutput->name
}; };
if (isValidPath($prevBuild->drvPath)) { if (isValidPath($prevBuild->drvpath)) {
$result->{drvPath} = $prevBuild->drvPath; $result->{drvPath} = $prevBuild->drvpath;
} }
return $result; return $result;