lib/berkshelf/locations/path_location.rb in berkshelf-1.4.0.rc1 vs lib/berkshelf/locations/path_location.rb in berkshelf-1.4.0

- old
+ new

@@ -34,10 +34,10 @@ # @option options [String] :path # a filepath to the cookbook on your local disk def initialize(name, version_constraint, options = {}) @name = name @version_constraint = version_constraint - @path = self.class.normalize_path(options[:path]) + @path = options[:path] set_downloaded_status(true) end # @param [#to_s] destination #