lib/berkshelf/locations/git.rb in berkshelf-3.0.0.beta8 vs lib/berkshelf/locations/git.rb in berkshelf-3.0.0.beta9

- old
+ new

@@ -54,10 +54,10 @@ # Install this git cookbook into the cookbook store. This method leverages # a cached git copy and a scratch directory to prevent bad cookbooks from # making their way into the cookbook store. # - # @see BaseLOcation#install + # @see BaseLocation#install def install scratch_path = Pathname.new(Dir.mktmpdir) if cached? Dir.chdir(cache_path) do