Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
point users at ISSUES.md instead of a new ticket
Browse files Browse the repository at this point in the history
  • Loading branch information
indirect committed May 27, 2012
1 parent 11851a5 commit 56784a4
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions bin/bundle
Expand Up @@ -22,10 +22,8 @@ rescue Interrupt => e
rescue SystemExit => e
exit e.status
rescue Exception => e
Bundler.ui.error "Unfortunately, a fatal error has occurred. " +
"Please report this error to the Bundler issue tracker at " +
"https://github.com/carlhuda/bundler/issues so that we can fix it. " +
"Please include the full output of the command, your Gemfile and Gemfile.lock. " +
"Thanks!"
Bundler.ui.error(
"Unfortunately, a fatal error has occurred. Please see the Bundler \n" \
"troubleshooting documentation at http://bit.ly/bundler-issues. Thanks! \n")
raise e
end

0 comments on commit 56784a4

Please sign in to comment.