mirror of
https://github.com/sqlmapproject/sqlmap
synced 2026-01-21 07:34:06 +01:00
Minor fix (subversion->github)
This commit is contained in:
parent
a525dd4336
commit
0d539a876d
1 changed files with 1 additions and 1 deletions
|
|
@ -2479,7 +2479,7 @@ def unhandledExceptionMessage():
|
|||
"""
|
||||
|
||||
errMsg = "unhandled exception in %s, retry your " % VERSION_STRING
|
||||
errMsg += "run with the latest development version from the Subversion "
|
||||
errMsg += "run with the latest development version from the GitHub "
|
||||
errMsg += "repository. If the exception persists, please send by e-mail "
|
||||
errMsg += "to '%s' or open a new issue at '%s' with the following text " % (ML, ISSUES_PAGE)
|
||||
errMsg += "and any information required to reproduce the bug. The "
|
||||
|
|
|
|||
Loading…
Reference in a new issue