This commit is contained in:
Eelco Dolstra
2009-04-25 11:27:46 +00:00
parent 3c47a11bd9
commit 000fffeb11
2 changed files with 1 additions and 2 deletions

View File

@ -50,7 +50,7 @@ sub queryPathInfo {
close FH;
die unless defined $hash;
die "path $path does not have a hash" unless defined $hash;
return ($hash, $deriver, \@refs);
}