Skip to content

Commit

Permalink
Fixed typo in Download*s*.
Browse files Browse the repository at this point in the history
  • Loading branch information
evetion committed Mar 27, 2022
1 parent cd466f7 commit 6a139c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/get_testdata.jl
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ for f in remotefiles
currdir = dirname(currfile)
isdir(currdir) || mkpath(currdir)
# download the file
isfile(currfile) || Download.download(REPO_URL * f * "?raw=true", currfile)
isfile(currfile) || Downloads.download(REPO_URL * f * "?raw=true", currfile)
end

2 comments on commit 6a139c2

@evetion
Copy link
Owner Author

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/57409

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.7.1 -m "<description of version>" 6a139c2eb7104b53a560049015a8460686f02f18
git push origin v0.7.1

Please sign in to comment.