lib/cms_scanner/errors/http.rb in cms_scanner-0.0.44.2 vs lib/cms_scanner/errors/http.rb in cms_scanner-0.0.44.3

- old
+ new

@@ -62,10 +62,10 @@ @redirect_uri = Addressable::URI.parse(url).normalize end def to_s "The URL supplied redirects to #{redirect_uri}. Use the --ignore-main-redirect "\ - 'option to ignore the redirection and scan the target.' + 'option to ignore the redirection and scan the target, or change the --url option value to the redirected URL.' end end end end