File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
defmodule Mix.Local do
2
2
@ moduledoc false
3
3
4
+ @ public_keys_html "https://s3.amazonaws.com/s3.hex.pm/installs/public_keys.html"
5
+
4
6
@ doc """
5
7
The path for local archives.
6
8
@@ -96,8 +98,8 @@ defmodule Mix.Local do
96
98
Mix . raise "Could not install #{ name } because Mix could not verify authenticity " <>
97
99
"of metadata file at #{ path } . This may happen because a proxy or some " <>
98
100
"entity is interfering with the download or because you don't have a " <>
99
- "public key to verify the download. Add the corresponding public key " <>
100
- "or try again later "
101
+ "public key to verify the download.\n \n You may try again later or check " <>
102
+ "if a new public key has been released in our public keys page: #{ @ public_keys_html } "
101
103
end
102
104
end
103
105
You can’t perform that action at this time.
0 commit comments