Skip to content

Commit

Permalink
fix ssl_opts location
Browse files Browse the repository at this point in the history
  • Loading branch information
ityonemo committed Aug 8, 2024
1 parent 93ecb05 commit ddd300c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions installer/mix.tasks/zig.get.ex
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,8 @@ defmodule Mix.Tasks.Zig.Get do
customize_hostname_check:
[
match_fun: :public_key.pkix_verify_hostname_match_fun(:https)
] ++ ssl_opts()
]
]
] ++ ssl_opts()
],
body_format: :binary
)
Expand Down

0 comments on commit ddd300c

Please sign in to comment.