Skip to content

Commit

Permalink
Fix spec (#262)
Browse files Browse the repository at this point in the history
Co-authored-by: AndriiMysko <andrii.mysko@devtactics.net>
  • Loading branch information
AndriiMysko and AndriiMysko authored Aug 16, 2023
1 parent 77820ac commit 99ba079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/travis/yml/configs/travis/repo.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def path
if url_encode(vcs_id.to_s).match(%r{[^/]+%2[fF][^/]+})
"repo/#{provider}/#{url_encode(vcs_id)}"
else
"repo_vcs/#{provider}/#{url_encode(vcs_id)}"
"repo_vcs/#{provider}/#{url_encode(vcs_id.to_s)}"
end
end

Expand Down

0 comments on commit 99ba079

Please sign in to comment.