mirror of
https://github.com/go-task/task.git
synced 2026-06-11 09:51:50 +00:00
Fix a bug when the checksum up-to-date resolution is used by a task with a custom label: attribute
Closes #412 Co-authored-by: Adam Wasila <adam.wasila@gmail.com>
This commit is contained in:
@@ -77,7 +77,7 @@ func (e *Executor) timestampChecker(t *taskfile.Task) status.Checker {
|
||||
func (e *Executor) checksumChecker(t *taskfile.Task) status.Checker {
|
||||
return &status.Checksum{
|
||||
Dir: t.Dir,
|
||||
Task: t.Task,
|
||||
Task: t.Name(),
|
||||
Sources: t.Sources,
|
||||
Generates: t.Generates,
|
||||
Dry: e.Dry,
|
||||
|
||||
Reference in New Issue
Block a user