cuttlefish:unvalid/1 expects a string

This commit is contained in:
Michael Klishin 2021-02-22 17:01:43 +03:00
parent 53fc8ebbe0
commit 7a4b0783c8
No known key found for this signature in database
GPG Key ID: E80EDCFA0CDB21EE
1 changed files with 2 additions and 2 deletions

View File

@ -71,8 +71,8 @@
{ok, Bin} -> {ok, Bin} ->
string:trim(Bin, trailing, "\n"); string:trim(Bin, trailing, "\n");
_ -> _ ->
% cuttlefish validators don't work for properties with $name % cuttlefish validators are not invoked for properties with $variables?
cuttlefish:invalid(["file does not exist or cannot be read by the node: ", Path]) cuttlefish:invalid("file does not exist or cannot be read by the node")
end end
end, end,
SigningKeys = SigningKeys =