From 23ad3141a1f3eaee1b60e8d7fdb2b3a9a16b4808 Mon Sep 17 00:00:00 2001 From: Erwan Date: Mon, 27 Apr 2020 09:31:47 +0200 Subject: [PATCH] Fixes rubocop offence --- app/finders/passwords/xml_rpc_multicall.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/finders/passwords/xml_rpc_multicall.rb b/app/finders/passwords/xml_rpc_multicall.rb index cf1b4d67..f29a9d5f 100644 --- a/app/finders/passwords/xml_rpc_multicall.rb +++ b/app/finders/passwords/xml_rpc_multicall.rb @@ -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