Skip to content

Commit c7ee1fb

Browse files
committed
solved indentation for label description
1 parent d0de7d4 commit c7ee1fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nosqlmap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def mainMenu():
3333
select = True
3434
while select:
3535
os.system('clear')
36-
label = subprocess.check_output(["git","describe"])
36+
label = subprocess.check_output(["git","describe"])
3737
print "NoSQLMap " + label + " [email protected]"
3838
print "\n"
3939
print "1-Set options (do this first)"

0 commit comments

Comments
 (0)