fix: rebase coop-cloud/organising#533
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
decentral1se 2024-07-10 12:38:44 +02:00
parent 9ba5ee8cd9
commit 3699e4bab0
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410

View File

@ -15,7 +15,6 @@ import (
"coopcloud.tech/abra/pkg/autocomplete"
"coopcloud.tech/abra/pkg/client"
"coopcloud.tech/abra/pkg/log"
"coopcloud.tech/abra/pkg/recipe"
"github.com/urfave/cli/v3"
)
@ -208,7 +207,6 @@ var appCmdListCommand = cli.Command{
Before: internal.SubCommandBefore,
Action: func(ctx context.Context, cmd *cli.Command) error {
app := internal.ValidateApp(cmd)
r := recipe.Get(app.Recipe.Name)
if err := app.Recipe.EnsureExists(); err != nil {
log.Fatal(err)