Skip to content

Commit f6e18dd

Browse files
committed
Fix session? predicate
1 parent 972a5b0 commit f6e18dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/clj_ssh/ssh.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
(defn session?
130130
"Predicate to test for a session"
131131
[x]
132-
(satisfies? x protocols/Session))
132+
(satisfies? protocols/Session x))
133133

134134
;;; Agent
135135
(defn ssh-agent

0 commit comments

Comments
 (0)