mirror of
https://github.com/rclone/rclone.git
synced 2025-12-25 20:53:28 +00:00
Before this, String() quoted every part of the config map even if it wasn't necessary. The new Human() method removes the quoting and adds the special case for "true" values.