Skip to content

Commit 4a02ad7

Browse files
authored
Fix documentation typo for download_all_artifacts (#103)
Fix documentation for `download_all_artifacts`
1 parent bb0388c commit 4a02ad7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Rootfs.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -859,7 +859,7 @@ function preferred_cxxstring_abi(platform::AbstractPlatform, shard::CompilerShar
859859
end
860860

861861
"""
862-
download_all_shards(; verbose::Bool=false)
862+
download_all_artifacts(; verbose::Bool=false)
863863
864864
Helper function to download all shards/helper binaries so that no matter what
865865
happens, you don't need an internet connection to build your precious, precious

0 commit comments

Comments
 (0)