ThiagoBarradas / rancher-vss-ext

Rancher Upgrader! - Upgrade, rollback and finish upgrade from Azure DevOps Pipelines
https://marketplace.visualstudio.com/items?itemName=ThiagoBarradas.rancher
MIT License
11 stars 2 forks source link

Value of manualVars with wrong "=" char at the end #BUG #3

Open brvendrametto opened 11 months ago

brvendrametto commented 11 months ago

Value of manualVars with wrong "=" char at the end Like this: { key1=value1= key2=value2= } When the correct must be: { key1=value1 key2=value2 }