Skip to content

Commit

Permalink
Expose Summary in compiled tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
paulvarache committed Jan 20, 2020
1 parent a351a64 commit 868c781
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions variables.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ func (e *Executor) CompiledTask(call taskfile.Call) (*taskfile.Task, error) {
new := taskfile.Task{
Task: origTask.Task,
Desc: r.Replace(origTask.Desc),
Summary: r.Replace(origTask.Summary),
Sources: r.ReplaceSlice(origTask.Sources),
Generates: r.ReplaceSlice(origTask.Generates),
Status: r.ReplaceSlice(origTask.Status),
Expand Down

0 comments on commit 868c781

Please sign in to comment.