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

rename to summary in test fixtures

This commit is contained in:
jaedle
2019-02-24 15:54:11 +01:00
parent 3999480d64
commit 31ecf167cc
5 changed files with 30 additions and 30 deletions

View File

@@ -85,7 +85,7 @@ func (e *Executor) printTaskSummary(task string) {
t := e.Taskfile.Tasks[task]
s := t.Summary
if s == "" {
e.Logger.Errf("task: There is no detailed description for task: %s", task)
e.Logger.Errf("task: There is no summary for task: %s", task)
return
}