coreos / docs

Documentation for CoreOS projects
http://coreos.com/docs
Apache License 2.0
882 stars 532 forks source link

Remove leading zero on base-10 number. #1270

Closed asiplas closed 5 years ago

asiplas commented 5 years ago

Per https://yaml.org/type/int.html a yaml variable may “…have leading “0” to signal an octal base…”

original from_files section is 644—using 0644 in the migrated YAML ends up leaving 420 after it's transpiled.

Closes #1269

asiplas commented 5 years ago

Nevermind was confused.