windows test

This commit is contained in:
marco 2024-04-05 10:53:07 +02:00
parent e907fbfb10
commit 4167a1d376

View file

@ -51,6 +51,7 @@ func (i *Item) Upgrade(force bool) (bool, error) {
if i.State.Tainted {
i.hub.logger.Warningf("%v %s is tainted, --force to overwrite", emoji.Warning, i.Name)
}
return false, nil
}