Skip to content

Commit

Permalink
Add TODO to archives extension
Browse files Browse the repository at this point in the history
  • Loading branch information
José Valim committed Feb 5, 2017
1 parent dea04ba commit 0d518eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/mix/lib/mix/tasks/archive.install.ex
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ defmodule Mix.Tasks.Archive.Install do
### Private helpers

defp archives(name) do
# TODO: We can remove the .ez extension on Elixir 2.0 since we always unzip since 1.3
Mix.Local.path_for(:archive)
|> Path.join(name <> "{,*.ez}")
|> Path.wildcard
Expand Down

0 comments on commit 0d518eb

Please sign in to comment.