mirror of
https://github.com/go-task/task.git
synced 2026-07-07 14:09:11 +00:00
Fixed some bugs and regressions regarding dynamic variables and directories
Closes #426
This commit is contained in:
@@ -98,6 +98,7 @@ type Var struct {
|
||||
Static string
|
||||
Live interface{}
|
||||
Sh string
|
||||
Dir string
|
||||
}
|
||||
|
||||
// UnmarshalYAML implements yaml.Unmarshaler interface.
|
||||
|
||||
Reference in New Issue
Block a user