Skip to content

Commit

Permalink
changed config option to 'recursive'
Browse files Browse the repository at this point in the history
Signed-off-by: Krishna Kondaka <[email protected]>
  • Loading branch information
Krishna Kondaka committed Mar 25, 2024
1 parent 3b5892a commit ccea1d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public static class Entry {
@JsonProperty("length")
private Integer length;

@JsonProperty("do_recursively")
@JsonProperty("recursive")
private Boolean recurse = false;

@JsonProperty("truncate_when")
Expand Down

0 comments on commit ccea1d8

Please sign in to comment.