Skip to content

Commit

Permalink
Merge pull request #511 from rundeck/fix/metrics-data
Browse files Browse the repository at this point in the history
Fix: rd metrics data
  • Loading branch information
gschueler authored Jun 30, 2023
2 parents e9d08c8 + 3ecf42c commit d021141
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ static class MetricsDataOptions {


@CommandLine.Command(description = "Prints the metrics data.")
public void data(MetricsDataOptions options) throws IOException, InputError {
public void data(@CommandLine.Mixin MetricsDataOptions options) throws IOException, InputError {

MetricsData metricsData = apiCall(RundeckApi::getMetricsData);

Expand Down

0 comments on commit d021141

Please sign in to comment.