Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix typo, column placement
  • Loading branch information
coke committed Apr 3, 2014
1 parent 297be1b commit 0b17734
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/cull
Expand Up @@ -17,7 +17,7 @@ my %impls = (
dir => "rakudo.parrot"
},
"pugs" => {
dir => "Pug.hs"
dir => "Pugs.hs"
}
);

Expand Down Expand Up @@ -61,5 +61,5 @@ foreach my $type (sort keys %impls) {
}

splice @vals, 0, 0, $date, $per, $roast_version;
print join(",", $impl, @vals, $impl_version), ",\n";
print join(",", $impl, @vals, "", $impl_version), "\n";
}

0 comments on commit 0b17734

Please sign in to comment.