Fixed some bugs and regressions regarding dynamic variables and directories

Closes #426
This commit is contained in:
Andrey Nering
2021-01-09 12:09:23 -03:00
parent 141b377b4e
commit 4afc0e8ed0
10 changed files with 103 additions and 29 deletions

View File

@@ -98,6 +98,7 @@ type Var struct {
Static string
Live interface{}
Sh string
Dir string
}
// UnmarshalYAML implements yaml.Unmarshaler interface.