We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 542358e + c3ffcfe commit bbd8f41Copy full SHA for bbd8f41
lib/vanagon/component/source.rb
@@ -69,10 +69,6 @@ def determine_source_type(uri)
69
# URLs that incorrectly respond to git queries
70
timeout = 5
71
if Vanagon::Component::Source::Git.valid_remote?(uri, timeout)
72
- if uri =~ /^http/
73
- VanagonLogger.warn "Using http(s) URIs for github is deprecated. " \
74
- "Use `git:` URI scheme instead."
75
- end
76
return :git
77
end
78
0 commit comments