aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/fetcher/base.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bundler/fetcher/base.rb')
-rw-r--r--lib/bundler/fetcher/base.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/fetcher/base.rb b/lib/bundler/fetcher/base.rb
index 729be04f..f0818e15 100644
--- a/lib/bundler/fetcher/base.rb
+++ b/lib/bundler/fetcher/base.rb
@@ -7,7 +7,7 @@ module Bundler
attr_reader :display_uri
def initialize(downloader, remote_uri, fetch_uri, display_uri)
- raise 'Abstract class' if self.class == Base
+ raise "Abstract class" if self.class == Base
@downloader = downloader
@remote_uri = remote_uri
@fetch_uri = fetch_uri