Skip to content

Commit

Permalink
Fix compilation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarkow committed Feb 20, 2019
1 parent f166d2c commit 7f292a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule EctoRanked.Mixfile do

def project do
[app: :ecto_ranked,
version: "0.4.0",
version: "0.4.1",
elixir: "~> 1.4",
build_embedded: Mix.env == :prod,
start_permanent: Mix.env == :prod,
Expand Down Expand Up @@ -34,7 +34,7 @@ defmodule EctoRanked.Mixfile do
defp elixirc_paths(_), do: ["lib"]

defp aliases do
["test": ["ecto.create --quiet", "ecto.migrate", "test"]]
[test: ["ecto.create --quiet", "ecto.migrate", "test"]]
end

# Dependencies can be Hex packages:
Expand Down

0 comments on commit 7f292a2

Please sign in to comment.