Fixes rubocop offence

This commit is contained in:
Erwan
2020-04-27 09:31:47 +02:00
committed by GitHub
parent 5347e374e0
commit 23ad3141a1

View File

@@ -102,7 +102,7 @@ module WPScan
end
return unless /requested method [^ ]+ does not exist/i.match?(res.body)
progress_bar.log('The requested method is not supported')
end
end