Commit 7877daf9 authored by Clint Adams's avatar Clint Adams
Browse files

cosmetic fix

parent 04c5c267
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -318,7 +318,7 @@ __END__
			}
			my $cabalpath = sprintf "%s/%s/%s.cabal", $pkg, $version, $pkg;
			unless ($tar->contains_file($cabalpath)) {
				printf "File %s not found in 00-index.tar\n", $cabalpath;
				printf "File %s not found in ".$tarnumber."-index.tar\n", $cabalpath;
				$error_count++;
				next
			}