[git-notify] Oubli

This commit is contained in:
Pierre-Elliott Bécue 2013-03-03 04:39:57 +01:00
parent 8d0bac69d5
commit ff675b7d47

View file

@ -182,7 +182,7 @@ sub mail_notification($$$@)
{
exec ($mailer, "-s", $subject,
"-a", "Content-Type: $content_type",
"-a", "X-CVSinfo: CRANS",
"-a", "X-CVSInfo: GIT",
"-a", "X-DarcsInfo: CRANS-$repos_name",
"-a", "X-GitInfo: CRANS-$repos_name",
$name) or die "Cannot exec $mailer";