Fix table.print

unstable 2013050101
Meatballs 2013-04-29 22:37:02 +01:00 committed by James Lee
parent 3f1693556e
commit 293c847a32
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ class Console::CommandDispatcher::Mimikatz
table << [acc[:authid], acc[:package], acc[:domain], acc[:user], acc[:password]]
end
table.print
print_status table.to_s
return true
end