From 4889d17e0a9ffd4eb8fd602c32d957a4bf9e2cb9 Mon Sep 17 00:00:00 2001 From: erwanlr Date: Sat, 25 Jul 2020 16:24:45 +0200 Subject: [PATCH] Ref #1510 --- app/models/interesting_finding.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/interesting_finding.rb b/app/models/interesting_finding.rb index 3434eb1b..8214e6c7 100644 --- a/app/models/interesting_finding.rb +++ b/app/models/interesting_finding.rb @@ -81,7 +81,7 @@ module WPScan class Readme < InterestingFinding def to_s - @to_s ||= "WordPress readme file found: #{url}" + @to_s ||= "WordPress readme found: #{url}" end end