feat!: remove all catalogue reads from app commands

This commit is contained in:
2024-07-08 16:20:38 +02:00
parent d7a870b887
commit 790dbca362
8 changed files with 8 additions and 72 deletions

View File

@ -292,7 +292,7 @@ func (r Recipe) Tags() ([]string, error) {
}
// GetRecipeVersions retrieves all recipe versions.
func (r Recipe) GetRecipeVersions(offline bool) (RecipeVersions, error) {
func (r Recipe) GetRecipeVersions() (RecipeVersions, error) {
versions := RecipeVersions{}
log.Debugf("attempting to open git repository in %s", r.Dir)