diff --git a/pkg/recipe/recipe.go b/pkg/recipe/recipe.go index 0c63725c..14661215 100644 --- a/pkg/recipe/recipe.go +++ b/pkg/recipe/recipe.go @@ -317,7 +317,7 @@ func EnsureVersion(recipeName, version string) error { logrus.Debugf("read %s as tags for recipe %s", strings.Join(parsedTags, ", "), recipeName) if tagRef.String() == "" { - return fmt.Errorf("no published release discovered for %s", recipeName) + return fmt.Errorf("the local copy of %s doesn't seem to have version %s available?", recipeName, version) } worktree, err := repo.Worktree()