Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 304e52c

Browse files
committed
Minor language update
1 parent 09f1cdd commit 304e52c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/core/option.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@ def _(key, value):
666666

667667
if not msfEnvPathExists:
668668
warnMsg = "sqlmap is going to look for Metasploit Framework "
669-
warnMsg += "installation into the environment paths"
669+
warnMsg += "installation inside the environment path(s)"
670670
logger.warn(warnMsg)
671671

672672
envPaths = os.environ.get("PATH", "").split(";" if IS_WIN else ":")

0 commit comments

Comments
 (0)