mirror of
https://github.com/go-task/task.git
synced 2026-06-23 20:55:52 +00:00
refactor: IncludedTaskfiles -> Includes
This commit is contained in:
@@ -18,7 +18,7 @@ type Taskfile struct {
|
||||
Version *semver.Version
|
||||
Output Output
|
||||
Method string
|
||||
Includes *IncludedTaskfiles
|
||||
Includes *Includes
|
||||
Set []string
|
||||
Shopt []string
|
||||
Vars *Vars
|
||||
@@ -37,7 +37,7 @@ func (tf *Taskfile) UnmarshalYAML(node *yaml.Node) error {
|
||||
Version *semver.Version
|
||||
Output Output
|
||||
Method string
|
||||
Includes *IncludedTaskfiles
|
||||
Includes *Includes
|
||||
Set []string
|
||||
Shopt []string
|
||||
Vars *Vars
|
||||
|
||||
Reference in New Issue
Block a user