Skip to content

Commit

Permalink
Fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MeroRai committed Aug 12, 2016
1 parent 2040234 commit 3caeb12
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ private void enableOnTarget(ActionReport actionReport, AdminCommandContext conte
}

ParameterMap params = new ParameterMap();
params.add("enabled", enabled.toString());
params.add("notifierEnabled", enabled.toString());
params.add("target", target);
params.add("notifierName", notifierName);
inv.parameters(params);
Expand Down

0 comments on commit 3caeb12

Please sign in to comment.