Skip to content

Commit

Permalink
Argh. Typo in the subject line building
Browse files Browse the repository at this point in the history
  • Loading branch information
Beirdo committed Dec 5, 2010
1 parent 82ccd60 commit 920566b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git_hooks/email_hook.pl
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
$changeurl =~ s/$longsha$/$shortsha/;
my $subject = "$repository commit: $shortsha by " .
"$commit->{"author"}->{"name"} (";
$commit->{"author"}->{"name"} . " (";
if ($commit->{"author"}->{"username"}) {
$subject .= $commit->{"author"}->{"username"};
} else {
Expand Down

0 comments on commit 920566b

Please sign in to comment.