docs: dont metion git explicitly in user messages

This commit is contained in:
decentral1se 2022-01-01 17:23:04 +01:00
parent abd094387f
commit 8992050409
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 1 additions and 1 deletions

View File

@ -298,7 +298,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("no git tag discovered for %s, assuming unreleased recipe", recipeName)
logrus.Warnf("no published release discovered for %s", recipeName)
return nil
}