cuttlefish:unvalid/1 expects a string
This commit is contained in:
parent
53fc8ebbe0
commit
7a4b0783c8
|
@ -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 =
|
||||||
|
|
Loading…
Reference in New Issue