Fix spacing
This commit is contained in:
@@ -129,7 +129,7 @@ class MetasploitModule < Msf::Exploit::Remote
|
||||
fail_with(Failure::BadConfig, "The git client needs to be running on Windows with a version equal or less than 2.29.2 while git-lfs needs to be equal or less than 2.12.0. The user agent, #{info[:ua_name]}, found was running on, #{info[:os_name]} and was at version: #{info[:ua_ver]}")
|
||||
end
|
||||
else
|
||||
fail_with(Failure::BadConfig, "The client's User-Agent string was unidentifiable: #{info}. The client needs to clone the malicious repo on windows with a git version less than 2.29.0")
|
||||
fail_with(Failure::BadConfig, "The client's User-Agent string was unidentifiable: #{info}. The client needs to clone the malicious repo on windows with a git version less than 2.29.0")
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user