Compare commits
1 commit
1cf7fcb852
...
26443b69b7
Author | SHA1 | Date | |
---|---|---|---|
26443b69b7 |
1 changed files with 0 additions and 1 deletions
|
@ -29,7 +29,6 @@ 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