Skip to content

Commit 50f13ce

Browse files
committed
Fix type hint
1 parent 5654e50 commit 50f13ce

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
@@ -205,7 +205,7 @@
205205
"Start a SSH session.
206206
Requires hostname. you can also pass values for :username, :password and :port
207207
keys. All other option key pairs will be passed as SSH config options."
208-
[^Jsch agent hostname
208+
[^JSch agent hostname
209209
{:keys [port username password] :or {port 22} :as options}]
210210
(session-impl
211211
agent hostname

0 commit comments

Comments
 (0)