chore: more logging for env versions

This commit is contained in:
2024-07-17 10:08:32 +02:00
parent ea10019068
commit b2436174b0
2 changed files with 8 additions and 1 deletions

View File

@ -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
}