Skip to content

Commit 99ba079

Browse files
authored
Fix spec (#262)
Co-authored-by: AndriiMysko <[email protected]>
1 parent 77820ac commit 99ba079

File tree

1 file changed

+1
-1
lines changed
  • lib/travis/yml/configs/travis

1 file changed

+1
-1
lines changed

lib/travis/yml/configs/travis/repo.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def path
2525
if url_encode(vcs_id.to_s).match(%r{[^/]+%2[fF][^/]+})
2626
"repo/#{provider}/#{url_encode(vcs_id)}"
2727
else
28-
"repo_vcs/#{provider}/#{url_encode(vcs_id)}"
28+
"repo_vcs/#{provider}/#{url_encode(vcs_id.to_s)}"
2929
end
3030
end
3131

0 commit comments

Comments
 (0)