We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4be8fb commit de1d5ffCopy full SHA for de1d5ff
lib/mix/lib/mix/tasks/local.hex.ex
@@ -18,7 +18,8 @@ defmodule Mix.Tasks.Local.Hex do
18
"""
19
@spec run(OptionParser.argv) :: boolean
20
def run(args) do
21
- Mix.Tasks.Archive.Install.run [@hex_url, "--shell" | args]
+ url = @hex_url <> "?elixir=" <> System.version
22
+ Mix.Tasks.Archive.Install.run [url, "--shell" | args]
23
end
24
25
@doc false
0 commit comments