whoops wrong bug url should be ?id= not ?bug=
[utils.git] / src / budget_sync / main.py
index 2a388c885ce68a49bcb9dd98b6be853872cbbde6..7e0850678d223579c1a41349335128f6904b55e8 100644 (file)
@@ -19,7 +19,7 @@ def spc(s):
     return s # not needed when using <pre> instead of <tt>
     return s.replace(" ", "&nbsp;")
 
-bugurl = "https://bugs.libre-soc.org/show_bug.cgi?bug="
+bugurl = "https://bugs.libre-soc.org/show_bug.cgi?id="
 
 def main():
     parser = argparse.ArgumentParser(