From 302e495451e14917c1e57674b1f0a9f0851d8cb1 Mon Sep 17 00:00:00 2001 From: William Vu Date: Thu, 12 Jun 2014 13:13:05 -0500 Subject: [PATCH] Fix bad indent --- modules/post/windows/gather/credentials/gpp.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/post/windows/gather/credentials/gpp.rb b/modules/post/windows/gather/credentials/gpp.rb index d1366af91b..824c9314b4 100644 --- a/modules/post/windows/gather/credentials/gpp.rb +++ b/modules/post/windows/gather/credentials/gpp.rb @@ -338,7 +338,7 @@ class Metasploit3 < Msf::Post status: Metasploit::Credential::Login::Status::UNTRIED } - create_credential_login(login_data.merge(service_data)) + create_credential_login(login_data.merge(service_data)) end def decrypt(encrypted_data)