summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2012-05-27 14:23:45 -0700
committerAndre Arko <andre@arko.net>2012-05-27 14:43:51 -0700
commit8fc554bcbd7c6b5db7442f6a7801f6ce5bc01911 (patch)
treec6bbc21fded959e07bebacb7126d02074affe6fe
parent3e769e3b9c50bd2a8cedf12c8f45b17471df0f95 (diff)
downloadbundler-8fc554bcbd7c6b5db7442f6a7801f6ce5bc01911.tar.gz
we're already inside the Bundler namespace here
-rw-r--r--lib/bundler/fetcher.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/fetcher.rb b/lib/bundler/fetcher.rb
index fa1cac7260..8d9fbb38d9 100644
--- a/lib/bundler/fetcher.rb
+++ b/lib/bundler/fetcher.rb
@@ -207,7 +207,7 @@ module Bundler
Bundler.ui.debug "Could not fetch prerelease specs from #{strip_user_pass_from_uri(@remote_uri)}"
end
rescue Gem::RemoteFetcher::FetchError
- raise Bundler::HTTPError, "Could not reach #{strip_user_pass_from_uri(@remote_uri)}"
+ raise HTTPError, "Could not reach #{strip_user_pass_from_uri(@remote_uri)}"
end
return spec_list