Skip to content

Commit

Permalink
List elixir with other elixir apps
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniil Fedotov committed Jan 27, 2017
1 parent ef56753 commit 47cadb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mix/tasks/archive/build.elixir.ex
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ defmodule Mix.Tasks.Archive.Build.Elixir do

@switches [destination: :string, all_applications: :boolean]
@aliases [o: :destination, a: :all_applications]
@elixir_apps [:eex, :ex_unit, :iex, :logger, :mix]
@elixir_apps [:elixir, :eex, :ex_unit, :iex, :logger, :mix]

@spec run(OptionParser.argv) :: :ok
def run(argv) do
Expand Down

0 comments on commit 47cadb2

Please sign in to comment.