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.
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.