Skip to content

Commit

Permalink
Fix: metrics data command
Browse files Browse the repository at this point in the history
  • Loading branch information
gschueler committed Jun 29, 2023
1 parent 2252ddc commit c4a8fb1
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 c4a8fb1

Please sign in to comment.