renaming field in taskfile to summary

This commit is contained in:
jaedle
2019-02-24 15:37:02 +01:00
parent 06d0af7a1d
commit d05d418c4c
6 changed files with 10 additions and 10 deletions

View File

@@ -83,7 +83,7 @@ func (e *Executor) Run(ctx context.Context, calls ...taskfile.Call) error {
func (e *Executor) printTaskDetails(task string) {
t := e.Taskfile.Tasks[task]
s := t.Details
s := t.Summary
if s == "" {
e.Logger.Errf("task: There is no detailed description for task: %s", task)
return