Skip to content

Commit

Permalink
Change LOG_ONLY config value from 'log-only' to 'log_only'
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorncs committed Dec 10, 2018
1 parent 858c1fb commit 32caf67
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -8,7 +8,7 @@
*/
public enum AuthorizationMode {
DISABLE("disable"),
LOG_ONLY("log-only"),
LOG_ONLY("log_only"),
ENFORCE("enforce");

final String configValue;
Expand Down

0 comments on commit 32caf67

Please sign in to comment.