Skip to content

Commit

Permalink
Add parentheses to the aliases example (elixir-lang#5955)
Browse files Browse the repository at this point in the history
  • Loading branch information
jparise authored and josevalim committed Mar 31, 2017
1 parent b06be1f commit 7b009dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mix/lib/mix.ex
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ defmodule Mix do
def project do
[app: :my_app,
version: "1.0.0",
aliases: aliases]
aliases: aliases()]
end
defp aliases do
Expand Down

0 comments on commit 7b009dd

Please sign in to comment.