From: Luke Kenneth Casson Leighton Date: Wed, 21 Feb 2024 11:30:02 +0000 (+0000) Subject: whoops wrong bug url should be ?id= not ?bug= X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=dd548c8928aa2a084869e546d3931f28327bd8e4;p=utils.git whoops wrong bug url should be ?id= not ?bug= --- diff --git a/src/budget_sync/main.py b/src/budget_sync/main.py index 2a388c8..7e08506 100644 --- a/src/budget_sync/main.py +++ b/src/budget_sync/main.py @@ -19,7 +19,7 @@ def spc(s): return s # not needed when using
 instead of 
     return s.replace(" ", " ")
 
-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(