Skip to content

Commit

Permalink
Don't force scheme to https
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbASF committed Dec 27, 2023
1 parent 105adcf commit c70cc94
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/whimsy/asf/svn.rb
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,7 @@ def self.repos
@repos = Hash[Dir[*svn].map { |name|
if Dir.exist? name
out, _ = self.getInfoItem(name, 'url')
if out
[out.sub(/^http:/, 'https:'), name]
end
[out, name] if out
end
}.compact]
end
Expand Down

0 comments on commit c70cc94

Please sign in to comment.