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

Commit

Permalink
Pathname#+ != String#+. Really confusing if you ask me.
Browse files Browse the repository at this point in the history
  • Loading branch information
Carl Lerche committed Feb 11, 2010
1 parent 25cdf61 commit 7a9d6a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bundler/source.rb
Expand Up @@ -313,7 +313,7 @@ def cache
end

def checkout
unless File.exist?(path + "/.git")
unless File.exist?("#{path}/.git")
%x(git clone --no-checkout #{cache_path} #{path})
end
Dir.chdir(path) do
Expand Down

0 comments on commit 7a9d6a2

Please sign in to comment.