cuttlefish:unvalid/1 expects a string
This commit is contained in:
parent
53fc8ebbe0
commit
7a4b0783c8
|
@ -71,8 +71,8 @@
|
|||
{ok, Bin} ->
|
||||
string:trim(Bin, trailing, "\n");
|
||||
_ ->
|
||||
% cuttlefish validators don't work for properties with $name
|
||||
cuttlefish:invalid(["file does not exist or cannot be read by the node: ", Path])
|
||||
% cuttlefish validators are not invoked for properties with $variables?
|
||||
cuttlefish:invalid("file does not exist or cannot be read by the node")
|
||||
end
|
||||
end,
|
||||
SigningKeys =
|
||||
|
|
Loading…
Reference in New Issue