1
0
mirror of https://github.com/go-task/task.git synced 2025-11-23 22:24:45 +02:00

rename method for summary/summaries

This commit is contained in:
jaedle
2019-03-04 13:03:13 +01:00
parent db90e87d10
commit 9cfac1642a
3 changed files with 16 additions and 16 deletions

View File

@@ -65,7 +65,7 @@ func (e *Executor) Run(ctx context.Context, calls ...taskfile.Call) error {
}
if e.Summary {
summary.PrintAll(e.Logger, e.Taskfile, calls)
summary.PrintTasks(e.Logger, e.Taskfile, calls)
return nil
}