Skip to content

Commit

Permalink
Fix type hint
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoduncan committed Jun 19, 2012
1 parent 5654e50 commit 50f13ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clj_ssh/ssh.clj
Expand Up @@ -205,7 +205,7 @@
"Start a SSH session.
Requires hostname. you can also pass values for :username, :password and :port
keys. All other option key pairs will be passed as SSH config options."
[^Jsch agent hostname
[^JSch agent hostname
{:keys [port username password] :or {port 22} :as options}]
(session-impl
agent hostname
Expand Down

0 comments on commit 50f13ce

Please sign in to comment.