BUGFIX: wrong wording on error.

This commit is contained in:
Jeremy Wall 2018-08-17 17:38:49 -05:00
parent fc18c939af
commit ab2ac0c714

View File

@ -41,4 +41,4 @@ let server_config = {
l = ["foo", "bar"] l = ["foo", "bar"]
}; };
out "json" server_config; out json server_config;