Skip to content

Commit

Permalink
ClientSession.verify_server: use safe_remote_url
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardochimal committed Mar 18, 2009
1 parent d0c339a commit f7e290c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/taps/client_session.rb
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ def verify_server
server['/'].get(http_headers)
rescue RestClient::RequestFailed => e
if e.http_code == 417
puts "#{remote_url} is running a different minor version of taps."
puts "#{safe_remote_url} is running a different minor version of taps."
puts "#{e.response.body}"
exit(1)
else
Expand Down

0 comments on commit f7e290c

Please sign in to comment.