[sysadmin-bin: 29/168] Fix a stray quote
- From: Andrea Veri <av src gnome org>
- To: gnome-sysadmin gnome org,commits-list gnome org
- Subject: [sysadmin-bin: 29/168] Fix a stray quote
- Date: Thu, 24 May 2012 19:53:53 +0000 (UTC)
commit d22e73c29044ef29c562a4b7194923bb21badb33
Author: Owen W. Taylor <otaylor fishsoup net>
Date: Mon Mar 2 17:17:07 2009 -0500
Fix a stray quote
Stray quote snuck in in the last commit, remove it.
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 1af16a6..29f5bfd 100755
--- a/gnome-post-receive-email
+++ b/gnome-post-receive-email
@@ -467,7 +467,7 @@ class BranchChange(RefChange):
mail_process = open_email()
if self.short_refname == 'master':
- branch = ""'
+ branch = ""
else:
branch = "/" + self.short_refname
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]