test: make them work again

This commit is contained in:
2021-12-23 01:06:56 +01:00
parent db453f0ab1
commit 7a5aa1b005
2 changed files with 2 additions and 2 deletions

View File

@ -426,7 +426,7 @@ func cleanUpTag(tag, recipeName string) error {
return err
}
logrus.Warn("removed freshly created tag %s")
logrus.Warnf("removed freshly created tag %s", tag)
return nil
}