Skip to content

Commit cd54808

Browse files
authored
[Artifacts]: Fix docstring
1 parent 57110b4 commit cd54808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/Artifacts/src/Artifacts.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ end
407407

408408
"""
409409
artifact_hash(name::String, artifacts_toml::String;
410-
platform::AbstractPlatform = platform_key_abi())
410+
platform::AbstractPlatform = HostPlatform())
411411
412412
Thin wrapper around `artifact_meta()` to return the hash of the specified, platform-
413413
collapsed artifact. Returns `nothing` if no mapping can be found.

0 commit comments

Comments
 (0)