diff --git a/cli/app/remove.go b/cli/app/remove.go index 04f173862..613ed0146 100644 --- a/cli/app/remove.go +++ b/cli/app/remove.go @@ -60,7 +60,7 @@ var appRemoveCommand = &cli.Command{ logrus.Fatal(err) } if !internal.Force { - // get app status and check if it's deployed + // FIXME: only query for app we are interested in, not all of them! statuses, err := config.GetAppStatuses(appFiles) if err != nil { logrus.Fatal(err)