[sysadmin-bin] create-auth: fix typo
- From: Owen Taylor <otaylor src gnome org>
- To: gnome-sysadmin gnome org,commits-list gnome org
- Subject: [sysadmin-bin] create-auth: fix typo
- Date: Fri, 6 Sep 2013 16:25:38 +0000 (UTC)
commit 5dd2e7e0aaa53d5fcc98174b8dae652214577bf3
Author: Owen W. Taylor <otaylor fishsoup net>
Date: Fri Sep 6 12:25:33 2013 -0400
create-auth: fix typo
create-auth | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/create-auth b/create-auth
index 819deb2..3e44bbb 100755
--- a/create-auth
+++ b/create-auth
@@ -338,7 +338,7 @@ def build_user_hash(group_list, options):
if uid not in user_data:
continue
- if options.restrict == 'gnomegit' and options.translation_user and and uid == 'translations':
+ if options.restrict == 'gnomegit' and options.translation_user and uid == 'translations':
user_data[uid]['restrict'] = 'gnomegit-i18n'
else:
user_data[uid]['restrict'] = restrict
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]