We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77820ac commit 99ba079Copy full SHA for 99ba079
lib/travis/yml/configs/travis/repo.rb
@@ -25,7 +25,7 @@ def path
25
if url_encode(vcs_id.to_s).match(%r{[^/]+%2[fF][^/]+})
26
"repo/#{provider}/#{url_encode(vcs_id)}"
27
else
28
- "repo_vcs/#{provider}/#{url_encode(vcs_id)}"
+ "repo_vcs/#{provider}/#{url_encode(vcs_id.to_s)}"
29
end
30
31
0 commit comments