Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmj committed Feb 3, 2020
1 parent 435df65 commit c18dc0e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,10 @@ defmodule Hex.MixProject do
cond do
function_exported?(Mix, :path_for, 1) ->
defp archives_path(), do: Mix.path_for(:archives)

function_exported?(Mix.Local, :path_for, 1) ->
defp archives_path(), do: Mix.Local.path_for(:archive)

true ->
defp archives_path(), do: Mix.Local.archives_path()
end
Expand Down

0 comments on commit c18dc0e

Please sign in to comment.