fix: better wording

This commit is contained in:
decentral1se 2021-12-24 00:43:51 +01:00
parent 8e8c241fdf
commit 4b4298caf1
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ func EnsureVersion(recipeName, version string) error {
logrus.Debugf("read %s as tags for recipe %s", strings.Join(parsedTags, ", "), recipeName)
if tagRef.String() == "" {
logrus.Warnf("%s recipe has no local tag: %s? this recipe version is not released?", recipeName, version)
logrus.Warnf("no git tag discovered for %s, assuming unreleased recipe", recipeName)
return nil
}