tidy up code

bug/bundler_fix
Christian Mehlmauer 2017-09-27 08:01:48 +02:00
parent 41e3895424
commit 81406a073e
No known key found for this signature in database
GPG Key ID: DCF54A05D6E62591
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ class Console::CommandDispatcher::Mimikatz
end
def system_check
unless (client.sys.config.is_system?)
unless client.sys.config.is_system?
print_warning("Not currently running as SYSTEM")
return false
end