# File lib/chef/provider/deploy.rb, line 200
      def run_scm_sync
        Chef::Log.info "updating the cached checkout"
        @scm_provider.action_sync
      end