1
0
mirror of https://github.com/rancher/cli.git synced 2026-02-06 03:48:17 +01:00
Files
cli/.gitignore
rajashree d8d74599f0 Call yaml.Unmarshal on values/answers file using YAML
We use json.Unmarshal for files using JSON format, and convert the
YAML format files to JSON first and call json.Unmarshal on them as well.
The yaml to json conversion let to unquoted numbers getting converted to
scientific notation. So this commit fixes it by calling yaml.Unmarshal
directly on file with yaml format instead of converting them to json.
2019-10-03 11:25:49 -07:00

10 lines
70 B
Plaintext

/.dapper
/bin
/build
/dist
*.swp
/.trash-cache
/.idea
trash.lock
/cli