forked from lix-project/hydra
Doh
This commit is contained in:
parent
1e228267be
commit
5793baa3cd
|
@ -366,7 +366,7 @@ sub getEvals {
|
||||||
foreach my $input (@{$curInputs}) {
|
foreach my $input (@{$curInputs}) {
|
||||||
my $p = $prevInputsHash{$input->name};
|
my $p = $prevInputsHash{$input->name};
|
||||||
push @changedInputs, $input
|
push @changedInputs, $input
|
||||||
if !defined $p || $input->revision != $p->revision || $input->type != $p->type || $input->uri != $p->uri;
|
if !defined $p || $input->revision ne $p->revision || $input->type ne $p->type || $input->uri ne $p->uri;
|
||||||
}
|
}
|
||||||
$curInputs = $prevInputs;
|
$curInputs = $prevInputs;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue