Skip to content

Commit 9b50083

Browse files
committed
add --always option to fix issue #4
1 parent 1f0df7b commit 9b50083

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nosqlmap.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ def mainMenu():
3333
select = True
3434
while select:
3535
os.system('clear')
36-
label = subprocess.check_output(["git","describe"])
37-
print "NoSQLMap " + label + " [email protected]"
36+
label = subprocess.check_output(["git","describe","--always"])
37+
print "NoSQLMap v0.15-dev-" + label + " [email protected]"
3838
print "\n"
3939
print "1-Set options (do this first)"
4040
print "2-NoSQL DB Access Attacks"

0 commit comments

Comments
 (0)