lib/cms_scanner/errors/http.rb in cms_scanner-0.13.5 vs lib/cms_scanner/errors/http.rb in cms_scanner-0.13.6
- old
+ new
@@ -62,10 +62,11 @@
@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, or change the --url option value to the redirected URL.'
+ 'option to ignore the redirection and scan the target, or change the --url option ' \
+ 'value to the redirected URL.'
end
end
end
end