Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jinnovation committed Sep 22, 2024
1 parent 87fbeaa commit d959b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kele.el
Original file line number Diff line number Diff line change
Expand Up @@ -2084,7 +2084,7 @@ PORTS is used according to `completion-extra-properties'."

(defun kele--port-forwards-active-p ()
"Return non-nil if there are any port-forwards active."
(/= 0 (length (mapcar 'car kele--active-port-forwards))))
(< 0 (length (mapcar 'car kele--active-port-forwards))))

(transient-define-suffix kele-kill-port-forward (port)
"Kill a port-forward process.
Expand Down

0 comments on commit d959b8e

Please sign in to comment.