Skip to content

Commit

Permalink
Update mix.exs
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Apr 19, 2016
1 parent 58bcf24 commit 4372069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/templates/new/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ defmodule <%= application_module %>.Mixfile do
defp aliases do
["ecto.setup": ["ecto.create", "ecto.migrate", "run priv/repo/seeds.exs"],
"ecto.reset": ["ecto.drop", "ecto.setup"],
"test": ["ecto.create", "ecto.migrate", "test"]]
"test": ["ecto.create --quiet", "ecto.migrate", "test"]]
end<% end %>
end

0 comments on commit 4372069

Please sign in to comment.