[rubygems/rubygems] Remove trailing if
https://github.com/rubygems/rubygems/commit/5b6b649bba
This commit is contained in:
parent
3adc141a79
commit
e3c319ad53
Notes:
git
2021-08-31 19:06:57 +09:00
@ -49,7 +49,7 @@ class Gem::PrintableUri
|
|||||||
elsif oauth_basic?
|
elsif oauth_basic?
|
||||||
@uri.user = 'REDACTED'
|
@uri.user = 'REDACTED'
|
||||||
elsif password?
|
elsif password?
|
||||||
@uri.password = 'REDACTED' if password?
|
@uri.password = 'REDACTED'
|
||||||
end
|
end
|
||||||
|
|
||||||
@credential_redacted = true
|
@credential_redacted = true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user