[ ] I've added tests (if it's a bug, feature or enhancement)
[ ] I've adjusted the documentation (if it's a feature or enhancement)
[x] The test suite passes (run bundle exec rspec to verify this)
Summary
Use .terraspace-cache/.cache2 instead of .terraspace-cache/_cache2. The .cache2 dir is used internally by for Terraspace Cloud. Using a .cache2 gets rid of a slight annoyance when cd .terraspace-cache and hitting tab to a build directory for debugging.
This is a 🙋♂️ feature or enhancement.
bundle exec rspec
to verify this)Summary
Use
.terraspace-cache/.cache2
instead of.terraspace-cache/_cache2
. The.cache2
dir is used internally by for Terraspace Cloud. Using a .cache2 gets rid of a slight annoyance whencd .terraspace-cache
and hitting tab to a build directory for debugging.How to Test
Run acceptance test pipeline.
Version Changes
Patch