1
0
mirror of https://github.com/go-task/task.git synced 2025-06-23 00:38:19 +02:00

Fix .task directory location

Closes #247
This commit is contained in:
Andrey Nering
2021-01-07 11:36:09 -03:00
parent 59d2733b88
commit ec4cd5ed48
3 changed files with 12 additions and 7 deletions

View File

@ -76,7 +76,8 @@ func (e *Executor) timestampChecker(t *taskfile.Task) status.Checker {
func (e *Executor) checksumChecker(t *taskfile.Task) status.Checker {
return &status.Checksum{
Dir: t.Dir,
BaseDir: e.Dir,
TaskDir: t.Dir,
Task: t.Name(),
Sources: t.Sources,
Generates: t.Generates,