apnex / vmw-cli

CLI and API for programmatic access to my.vmware.com
MIT License
30 stars 9 forks source link

Fix issues where passwords with '%' would be swallowed by printf #11

Open z4ce opened 2 years ago

z4ce commented 2 years ago

This fixes an issue where certain characters (like % or \) in passwords would be swallowed up by the printf statement and cause every run to print [WARN]: AUTH-CHANGE and make it impossible to actually download any specific file.