mirror of
https://github.com/rancher/cli.git
synced 2026-02-06 03:48:17 +01:00
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.
10 lines
70 B
Plaintext
10 lines
70 B
Plaintext
/.dapper
|
|
/bin
|
|
/build
|
|
/dist
|
|
*.swp
|
|
/.trash-cache
|
|
/.idea
|
|
trash.lock
|
|
/cli
|