[sysadmin-bin: 115/168] Fix typo
- From: Andrea Veri <av src gnome org>
- To: gnome-sysadmin gnome org,commits-list gnome org
- Subject: [sysadmin-bin: 115/168] Fix typo
- Date: Thu, 24 May 2012 20:01:07 +0000 (UTC)
commit 43355a84645b377ffcbb6d59d31c370484d48c7c
Author: Olav Vitters <olav bkor dhs org>
Date: Wed Jul 29 09:56:58 2009 +0200
Fix typo
gnome-post-receive-email | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gnome-post-receive-email b/gnome-post-receive-email
index 61843cd..90b4270 100755
--- a/gnome-post-receive-email
+++ b/gnome-post-receive-email
@@ -127,7 +127,7 @@ Keywords: %(projectshort)s
X-Git-Refname: %(refname)s
""") % {
'recipients': recipients,
- 'cc': ','.join(self.cc)
+ 'cc': ','.join(self.cc),
'from_address': from_address,
'subject': subject,
'projectshort': projectshort,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]