[sysadmin-bin] s/bz/gl



commit beda55a0c624c5f725bee19c109edf8b35a0413a
Author: Andrea Veri <averi redhat com>
Date:   Wed Aug 11 11:33:40 2021 +0200

    s/bz/gl

 ftpadmin | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/ftpadmin b/ftpadmin
index f87414d..f872afb 100755
--- a/ftpadmin
+++ b/ftpadmin
@@ -1607,7 +1607,7 @@ def cmd_show_doap(options, parser):
         print ""
     gl = moduleinfo.get_gl_issues_url_from_doap()
     if gl:
-        print "GitLab issues tracker: %s" % ", ".join(bz)
+        print "GitLab issues tracker: %s" % ", ".join(gl)
     maints = moduleinfo.maintainers
     if maints:
         print "Maintainers: %s" % ", ".join(sorted(maints))


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