forked from lix-project/hydra
Remove unneeded camelcase
This commit is contained in:
parent
163e696813
commit
1705ca41e7
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue