diff --git a/agetpkg b/agetpkg index 0379f1e5ec91a1a5fa80cd37824ff60df6201497..99161a3900c2f28c52ebff652d3907dabf7c0260 100755 --- a/agetpkg +++ b/agetpkg @@ -40,6 +40,7 @@ from xdg.BaseDirectory import save_cache_path NAME = "agetpkg" VERSION = "3" ARCHIVE_URL = "https://archive.archlinux.org/packages/.all/" +REPORT_URL = "https://github.com/seblu/agetpkg/issues" INDEX_FILENAME = "index.0.xz" PKG_EXT = ".pkg.tar.xz" SIG_EXT = ".sig" @@ -394,8 +395,7 @@ def main(): error(exp) exit(Error.ERR_FATAL) except Exception as exp: - error("Unknown error. Please report it with --debug") - error("at https://github.com/seblu/agetpkg/issues.") + error(f"Unknown error. Please report it with --debug at {REPORT_URL}.") error(exp) if getLogger().getEffectiveLevel() == DEBUG: raise