diff --git a/pkg/bosun/tools.go b/pkg/bosun/tools.go index 7e1a917..5508242 100644 --- a/pkg/bosun/tools.go +++ b/pkg/bosun/tools.go @@ -128,6 +128,8 @@ func (i Installer) Execute(ctx BosunContext) error { return err } } + + return nil } return errors.New("no install strategy defined")