Closed tongueroo closed 1 year ago
This is a 🐞 bug fix.
bundle exec rspec
Update the new project config/app.rb to set config.build.copy_modules = true so newly generator projects don't get a warning.
new project
config.build.copy_modules = true
Related: https://github.com/boltops-tools/terraspace/pull/301
Do a sanity check.
Patch
This is a 🐞 bug fix.
bundle exec rspec
to verify this)Summary
Update the
new project
config/app.rb to setconfig.build.copy_modules = true
so newly generator projects don't get a warning.Related: https://github.com/boltops-tools/terraspace/pull/301
How to Test
Do a sanity check.
Version Changes
Patch