Skip to content

Commit

Permalink
test propagating option manually
Browse files Browse the repository at this point in the history
  • Loading branch information
kennyadsl committed Apr 13, 2023
1 parent 0b5deb0 commit 6ec6d2c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
bundle_command 'add solidus_bolt'
end

generate 'solidus_bolt:install'
generate 'solidus_bolt:install' "--auto_run_migrations=#{options[:migrate]}"
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
bundle_command 'add solidus_braintree --version "~> 3.0"'
end

generate 'solidus_braintree:install'
generate 'solidus_braintree:install' "--migrate=#{options[:migrate]}"
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
bundle_command "add solidus_paypal_commerce_platform --version='#{version}'"
end

generate 'solidus_paypal_commerce_platform:install'
generate 'solidus_paypal_commerce_platform:install' "--migrate=#{options[:migrate]}"

0 comments on commit 6ec6d2c

Please sign in to comment.