Skip to content

Commit 7add8b5

Browse files
committed
fix: panic on apps delete
1 parent 339ad6f commit 7add8b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/apps.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ func (e *Executor) newAppsCmd() *cobra.Command {
5757
var apps []config.App
5858

5959
delOpts.Targets = util.NewTargetMatcher()
60+
delOpts.Skips = util.NewTargetMatcher()
6061

6162
for _, arg := range args {
6263
err := delOpts.Targets.AddApp(arg)

0 commit comments

Comments
 (0)