# File lib/chef/knife/solo_cook.rb, line 185
      def add_cookbook_path(path)
        path = expand_path path
        cookbook_paths.unshift(path) unless cookbook_paths.include?(path)
      end