summaryrefslogtreecommitdiff
path: root/lib/bundler/source/path.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bundler/source/path.rb')
-rw-r--r--lib/bundler/source/path.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/source/path.rb b/lib/bundler/source/path.rb
index a7aa989978..21e16ba60f 100644
--- a/lib/bundler/source/path.rb
+++ b/lib/bundler/source/path.rb
@@ -1,7 +1,7 @@
module Bundler
class Source
class Path < Source
- autoload :Installer, 'bundler/source/path/installer'
+ autoload :Installer, "bundler/source/path/installer"
attr_reader :path, :options
attr_writer :name