Skip to content

Commit 35cc5b6

Browse files
committed
fix typo
1 parent f891e58 commit 35cc5b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AutoBuild.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1269,7 +1269,7 @@ function build_jll_package(src_name::String,
12691269
""")
12701270
end
12711271

1272-
open(joinpath(pkg_dir, "select_artifact.jl"), "w") do io
1272+
open(joinpath(pkg_dir, "select_artifacts.jl"), "w") do io
12731273
println(io, """
12741274
using TOML, Artifacts, Base.BinaryPlatforms
12751275
include("./platform_augmentation.jl")

0 commit comments

Comments
 (0)