Skip to content

Commit

Permalink
fix incorrect function name in cerberus plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
grapigeau committed Jan 10, 2025
1 parent 4fa7810 commit a95fc3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changes/fix_cerberus_plugin_config
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
incorrectly named function in cerberus plugin config
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public void setVidarr(Map<String, String> vidarr) {
this.vidarr = vidarr;
}

public void setVidarr(List<String> ignore) {
public void setIgnore(List<String> ignore) {
this.ignore = ignore;
}
}

0 comments on commit a95fc3b

Please sign in to comment.