Skip to content

Commit

Permalink
Fix mistake on CLI migrate seed
Browse files Browse the repository at this point in the history
  • Loading branch information
Yacine Petitprez committed Jul 6, 2018
1 parent 84ed96e commit ec3c1a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clear/cli/migration.cr
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class Clear::CLI::Migration < Admiral::Command

define_help description: "Call the seeds data"

def seed
def run_impl
Clear.apply_seeds
end
end
Expand Down

0 comments on commit ec3c1a8

Please sign in to comment.