forked from toolshed/abra
		
	docs: dont metion git explicitly in user messages
This commit is contained in:
		| @ -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 | ||||
| 	} | ||||
|  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user