Skip to content

Commit

Permalink
Correct schema typo
Browse files Browse the repository at this point in the history
  • Loading branch information
martinsumner committed Nov 13, 2023
1 parent 6223b80 commit 9bff70e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion priv/leveled_multi.schema
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
%% within term_to_binary
{mapping, "multi_backend.$name.leveled.compression_method", "riak_kv.multi_backend", [
{datatype, {enum, [native, lz4, none]}},
{default, native}
{default, native},
hidden
]}.

Expand Down

0 comments on commit 9bff70e

Please sign in to comment.