summaryrefslogtreecommitdiff
path: root/ISSUES.md
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2010-10-01 22:46:16 -0700
committerAndre Arko <andre@arko.net>2010-10-01 22:46:26 -0700
commitd9def760611de84a3f0d8b64c9c6a4c863805214 (patch)
treece39513f75d13918fa1042a4897ad87595f93473 /ISSUES.md
parent4125a427477bb7889fedcd66022f90efdd09c57e (diff)
downloadbundler-d9def760611de84a3f0d8b64c9c6a4c863805214.tar.gz
Add rm -rf vendor/cache/ to troubleshooting steps
Closes #723
Diffstat (limited to 'ISSUES.md')
-rw-r--r--ISSUES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/ISSUES.md b/ISSUES.md
index da8ada72eb..9e8f4ad256 100644
--- a/ISSUES.md
+++ b/ISSUES.md
@@ -6,7 +6,7 @@ Instructions for common Bundler use-cases can be found on the [Bundler documenta
After reading the documentation, try these troubleshooting steps:
- rm -rf ~/.bundle/ ~/.gem/ .bundle/ Gemfile.lock
+ rm -rf ~/.bundle/ ~/.gem/ .bundle/ vendor/cache/ Gemfile.lock
bundle install
## Reporting unresolved problems