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

refactor: convert taskfile.Merge into a method

This commit is contained in:
Pete Davison
2024-01-09 18:48:20 +00:00
committed by Andrey Nering
parent 672e0198f9
commit 909ec1ed0f
3 changed files with 87 additions and 94 deletions

View File

@ -141,7 +141,7 @@ func Read(
}
}
if err = Merge(t, includedTaskfile, &include); err != nil {
if err = t.Merge(includedTaskfile, &include); err != nil {
return err
}