Skip to content

Commit

Permalink
Fix compile_env issue on Elixir 1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
kipcole9 committed Jul 31, 2022
1 parent 072b201 commit f9e123e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cldr/install.ex
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ defmodule Cldr.Install do

@certificate_locations [
# Configured cacertfile
Application.compile_env(Cldr.Config.app_name(), :cacertfile),
Application.compile_env(:ex_cldr, :cacertfile),

# Populated if hex package CAStore is configured
if(Code.ensure_loaded?(CAStore), do: CAStore.file_path()),
Expand Down

0 comments on commit f9e123e

Please sign in to comment.