forked from toolshed/abra
feat!: remove all catalogue reads from app commands
This commit is contained in:
@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user