superorbital / cludo

Sudo for the Cloud.
Other
4 stars 1 forks source link

Fix config log issue with cludod #85

Closed spkane closed 2 years ago

spkane commented 2 years ago

Fixes #77

As it turned out the error was "correct" but very mis-leading. When logic was added for the client to merge in a local cludo.yaml file from the current directory (git repo), it did not take into account that this logic would also be applied on the server, and the error that is generated on the server is confusing. This fixes that.