mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Minor typo fix
This commit is contained in:
parent
2efee058ea
commit
0c1a6b3edf
1 changed files with 1 additions and 1 deletions
|
|
@ -242,7 +242,7 @@ def __updateSqlmap():
|
|||
|
||||
if not re.search("^([\w\.\-]+)$", sqlmapNewestVersion):
|
||||
errMsg = "sqlmap version is in a wrong syntax"
|
||||
logger.errMsg(errMsg)
|
||||
logger.error(errMsg)
|
||||
|
||||
return
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue