Fix spacing

This commit is contained in:
Jack Heysel
2021-09-01 08:37:04 -04:00
committed by William Vu
parent f9c4c35431
commit 5294c714aa
+1 -1
View File
@@ -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