fix: "recipe version" handles non-catalogue recipes

This commit is contained in:
2024-07-08 13:55:58 +02:00
parent a9f7579ca9
commit 4ccb4198d6
2 changed files with 9 additions and 3 deletions

View File

@ -19,7 +19,6 @@ import (
"github.com/AlecAivazis/survey/v2"
"github.com/distribution/reference"
"github.com/go-git/go-git/v5"
"coopcloud.tech/abra/pkg/log"
"github.com/urfave/cli"
)