# File lib/chef/knife/solo_cook.rb, line 209
      def adjust_rsync_path_on_client(path)
        return path unless windows_client?
        adjust_rsync_path(path, config_value(:cygdrive_prefix_local, '/cygdrive'))
      end