forked from toolshed/abra
chore: more logging for env versions
This commit is contained in:
@ -32,6 +32,7 @@ func (r Recipe) Ensure(chaos bool, offline bool) error {
|
||||
}
|
||||
}
|
||||
if r.Version != "" {
|
||||
log.Debugf("ensuring version %s", r.Version)
|
||||
if _, err := r.EnsureVersion(r.Version); err != nil {
|
||||
return err
|
||||
}
|
||||
|
Reference in New Issue
Block a user