summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'regen-index.pl')
-rwxr-xr-xregen-index.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/regen-index.pl b/regen-index.pl
index 336ff2b..b0d190a 100755
--- a/regen-index.pl
+++ b/regen-index.pl
@@ -8,7 +8,7 @@ use PatchIndexer;
# Regenerate the index to stdout
my ($FH, $index);
-open $FH,'<',"0000_index.txt";
+open $FH,'<',"00000_index.txt";
my @index = parseIndex($FH);
#print Dumper(@index);
print printIndex(\@index);