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

Skip to content

Commit f197993

Browse files
committed
minor update
1 parent 2ff555b commit f197993

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/core/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# sqlmap version and site
2222
VERSION = "1.0-dev"
2323
REVISION = getRevisionNumber()
24-
VERSION_STRING = "sqlmap/%s (r%s)" % (VERSION, REVISION)
24+
VERSION_STRING = "sqlmap/%s%s" % (VERSION, " (r%s)" % REVISION if REVISION else "")
2525
DESCRIPTION = "automatic SQL injection and database takeover tool"
2626
SITE = "http://www.sqlmap.org"
2727

0 commit comments

Comments
 (0)