docs: add FIXME [ci skip]

This commit is contained in:
decentral1se 2021-09-06 01:51:04 +02:00
parent 9862cf17a9
commit 7ed37547a5
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

@ -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)