Skip to content
Snippets Groups Projects
Commit 846087d5 authored by Simon COURTOIS's avatar Simon COURTOIS Committed by Adam Vandenberg
Browse files

Removing svn+ when using svn+http to avoid Undefined tunnel scheme error

parent c2c21eda
No related branches found
No related tags found
No related merge requests found
......@@ -164,6 +164,7 @@ class SubversionDownloadStrategy <AbstractDownloadStrategy
end
def fetch
@url.sub!(/^svn\+/, '') if @url =~ %r[^svn\+http://]
ohai "Checking out #{@url}"
if @spec == :revision
fetch_repo @co, @url, @ref
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment