Skip to content

Commit

Permalink
executions list: use info output for commentary
Browse files Browse the repository at this point in the history
  • Loading branch information
gschueler committed Nov 21, 2016
1 parent aa5dc62 commit c865650
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ public void list(ListCmd options, CommandOutput out) throws IOException {
.runningExecutions(options.getProject(), offset, max));

if (!options.isOutputFormat()) {
out.output(String.format("Running executions: %d items%n", executionList.getPaging().getCount()));
out.info(String.format("Running executions: %d items%n", executionList.getPaging().getCount()));
}

outputList(options, out, executionList.getExecutions());
Expand Down

0 comments on commit c865650

Please sign in to comment.