Skip to content

Commit

Permalink
Fixed doc strings
Browse files Browse the repository at this point in the history
  • Loading branch information
erikstensmo committed Sep 4, 2023
1 parent d24dfb5 commit a182a25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SFTPImpl.jl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ mutable struct SFTP
end

"""
SFTP(url::AbstractString;disable_verify_peer=false, disable_verify_host=false)
function SFTP(url::AbstractString, username::AbstractString;disable_verify_peer=false, disable_verify_host=false)
Creates a new SFTP client using certificate authentication. Provide the username in the url
Expand Down

2 comments on commit a182a25

@stensmo
Copy link
Owner

@stensmo stensmo commented on a182a25 Sep 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/90811

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.3.5 -m "<description of version>" a182a2560657dd0754f7c85ceb213d910c3a13f6
git push origin v0.3.5

Please sign in to comment.