lib/berkshelf/locations/git_location.rb in berkshelf-1.2.1 vs lib/berkshelf/locations/git_location.rb in berkshelf-1.3.0.rc1

- old
+ new

@@ -6,10 +6,10 @@ # temporary directory # # @return [String] # the path to the created temporary directory def tmpdir - @tmpdir ||= Dir.mktmpdir(Berkshelf.mktmpdir) + @tmpdir ||= Berkshelf.mktmpdir end end include Location