Merge pull request #3119 from MikeMcQuaid/audit-subversion-url-fix

audit: fix subversion remote check logic.
This commit is contained in:
Mike McQuaid 2017-09-04 01:54:28 +01:00 committed by GitHub
commit 73cd2a1db8

View File

@ -1260,7 +1260,7 @@ class ResourceAuditor
elsif strategy <= SubversionDownloadStrategy elsif strategy <= SubversionDownloadStrategy
next unless DevelopmentTools.subversion_handles_most_https_certificates? next unless DevelopmentTools.subversion_handles_most_https_certificates?
next unless Utils.svn_available? next unless Utils.svn_available?
if Utils.svn_remote_exists url unless Utils.svn_remote_exists url
problem "The URL #{url} is not a valid svn URL" problem "The URL #{url} is not a valid svn URL"
end end
end end