summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorewy <ewy0@protonmail.com>2026-06-06 18:00:24 +0200
committerewy <ewy0@protonmail.com>2026-06-06 18:00:24 +0200
commita51c16ec4a1470549e3070d62a71386ea1aa5431 (patch)
tree41fcf8706dd064859f8d992dae20abcedb18cc79
parent48e5ba29bd48728d5bf221b8ad57b9f70c049224 (diff)
fix list (oops, forgot this)
-rw-r--r--modes.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/modes.go b/modes.go
index 7a64544..ec1f465 100644
--- a/modes.go
+++ b/modes.go
@@ -98,7 +98,7 @@ var statefulModes = ModeMap[func(st *model.State) *spool.ExitCode]{
if count == 0 {
return &spool.NoTargetsFailure
}
- return nil
+ return &spool.Success
},
}