Commit c2757d29 authored by Robert Speicher's avatar Robert Speicher

Merge branch 'fix-misleading-comment' into 'master'

Fix misleading comment

See merge request gitlab-org/gitlab!21255
parents 89c14898 c66eabc8
......@@ -206,7 +206,7 @@ module Sentry
uri = URI(url)
uri.path.squeeze!('/')
# Remove trailing spaces
# Remove trailing slash
uri = uri.to_s.gsub(/\/\z/, '')
uri
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment