Compare commits
1 commit
26443b69b7
...
1cf7fcb852
Author | SHA1 | Date | |
---|---|---|---|
1cf7fcb852 |
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ func NewRootCommand(c *config.Config) *cobra.Command {
|
|||
}
|
||||
|
||||
for _, command := range c.Sequence {
|
||||
log.Info().Str("function", command).Msg("Executing function")
|
||||
cmd.SetArgs([]string{command})
|
||||
if err := cmd.Execute(); err != nil {
|
||||
return err
|
||||
|
|
Loading…
Add table
Reference in a new issue