[sysadmin-bin] Missing the gh (github) reference on the function call.



commit c17e60b696b30f281ff4a2138aef29be25a7a44e
Author: Andrea Veri <av gnome org>
Date:   Fri Jul 26 11:50:25 2013 +0200

    Missing the gh (github) reference on the function call.

 git/post-receive-github |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/git/post-receive-github b/git/post-receive-github
index 85d2d49..cb4a56a 100755
--- a/git/post-receive-github
+++ b/git/post-receive-github
@@ -133,7 +133,7 @@ def get_repo_settings (name):
 def main ():
     gh = GitHub ()
     repo_name = get_repo_name ()
-    github_name = normalize_name (repo_name)
+    github_name = gh.normalize_name (repo_name)
     if not gh.check_if_repo_exists(repo_name):
         settings = get_repo_settings (repo_name)
     try:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]