diff --git a/pisi-cli b/pisi-cli index 762ff133..672e6453 100755 --- a/pisi-cli +++ b/pisi-cli @@ -46,7 +46,7 @@ def handle_exception(exception, value, tb): elif isinstance(value, pisi.Exception): show_traceback = True ui.error(_("""Unhandled internal exception. -Please file a bug report. (http://bugs.uludag.org.tr)""")) +Please file a bug report. (http://bugs.pardus.org.tr)""")) else: # For any other exception (possibly Python exceptions) show # the traceback!