Skip to content

Commit

Permalink
Remove incorrect alias in ecto.migrations (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
fertapric committed Feb 9, 2020
1 parent 928a336 commit c01ca0f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/mix/tasks/ecto.migrations.ex
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ defmodule Mix.Tasks.Ecto.Migrations do
@shortdoc "Displays the repository migration status"

@aliases [
r: :repo,
n: :step
r: :repo
]

@switches [
Expand Down

0 comments on commit c01ca0f

Please sign in to comment.