mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Remove redundant u'' character
One Python's unicode marking character was being printed by RPC plugin which then appeared in ipa-client-install output. This patch removes it.
This commit is contained in:
@@ -45,7 +45,7 @@ EXAMPLES:
|
||||
Ping an IPA server verbosely:
|
||||
ipa -v ping
|
||||
ipa: INFO: trying https://ipa.example.com/ipa/xml
|
||||
ipa: INFO: Forwarding 'ping' to server u'https://ipa.example.com/ipa/xml'
|
||||
ipa: INFO: Forwarding 'ping' to server 'https://ipa.example.com/ipa/xml'
|
||||
-----------------------------------------------------
|
||||
IPA server version 2.1.9. API version 2.20
|
||||
-----------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user