Skip to content

Commit b884cdc

Browse files
authored
Merge pull request #198 from peterberkenbosch/fix-migration-engine-name
Use proper name for add_migrations
2 parents a233f41 + ae3f098 commit b884cdc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/generators/solidus/auth/install/install_generator.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def generate_devise_key
1818
end
1919

2020
def add_migrations
21-
run 'bundle exec rake railties:install:migrations FROM=solidus_auth_devise'
21+
run 'bundle exec rake railties:install:migrations FROM=solidus_auth'
2222
end
2323

2424
def run_migrations

0 commit comments

Comments
 (0)