summary refs log tree commit diff
path: root/bin/tissue
diff options
context:
space:
mode:
Diffstat (limited to 'bin/tissue')
-rwxr-xr-xbin/tissue2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/tissue b/bin/tissue
index c0514fb..9273482 100755
--- a/bin/tissue
+++ b/bin/tissue
@@ -257,7 +257,7 @@ List issues.
                (list-transduce (compose (tenumerate 1)
                                         (tfilter (match-lambda
                                                    ((_ . issue)
-                                                    (and (issue-open issue)
+                                                    (and (issue-open? issue)
                                                          (or (not (assq 'assigned args))
                                                              (member (assq-ref args 'assigned)
                                                                      (issue-assigned issue)))))))