mirror of
https://github.com/coder/coder.git
synced 2026-06-03 13:08:25 +00:00
3f65bd14cc
* fix: ignore surronding whitespace for cli config Cli config files break if you edit them manually with any editor. Editors drop a newline at the end, and we not break on this. If a developer manually edits a file, it should still work