Skip to content

Commit

Permalink
ssh: Fix ssh_sftp:start_channel/2 spec
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrejbr committed Jan 31, 2025
1 parent d0fed09 commit a1b8063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ssh/src/ssh_sftp.erl
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ start_channel(Dest) ->
-> {ok,pid(),ssh:connection_ref()} | {error,reason()};

(ssh:connection_ref(),
[sftp_option()]
[ssh:client_option() | sftp_option()]
)
-> {ok,pid()} | {ok,pid(),ssh:connection_ref()} | {error,reason()};

Expand Down

0 comments on commit a1b8063

Please sign in to comment.