# File lib/chef/knife/solo_cook.rb, line 204
      def adjust_rsync_path_on_node(path)
        return path unless windows_node?
        adjust_rsync_path(path, config_value(:cygdrive_prefix_remote, '/cygdrive'))
      end