Skip to content

Commit

Permalink
fix(tools): Fix error message on getter installer.
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveRuble committed Apr 15, 2019
1 parent a47f213 commit 0847474
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/bosun/tools.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ func (i Installer) Execute(ctx BosunContext) error {
return err
}
}

return nil
}

return errors.New("no install strategy defined")
Expand Down

0 comments on commit 0847474

Please sign in to comment.