mirror of
https://github.com/sqlmapproject/sqlmap
synced 2026-01-21 07:34:06 +01:00
Minor language update
This commit is contained in:
parent
09f1cdd8e1
commit
304e52cb4d
1 changed files with 1 additions and 1 deletions
|
|
@ -666,7 +666,7 @@ def _setMetasploit():
|
|||
|
||||
if not msfEnvPathExists:
|
||||
warnMsg = "sqlmap is going to look for Metasploit Framework "
|
||||
warnMsg += "installation into the environment paths"
|
||||
warnMsg += "installation inside the environment path(s)"
|
||||
logger.warn(warnMsg)
|
||||
|
||||
envPaths = os.environ.get("PATH", "").split(";" if IS_WIN else ":")
|
||||
|
|
|
|||
Loading…
Reference in a new issue