Skip to content

Commit

Permalink
Merge pull request #1023 from MeroRai/typoOnRequestTracing
Browse files Browse the repository at this point in the history
Fixed a typo
  • Loading branch information
MeroRai authored Aug 12, 2016
2 parents 2040234 + 3caeb12 commit 7abaaa4
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 7abaaa4

Please sign in to comment.