# File lib/capistrano/recipes/deploy/strategy/unshared_remote_cache.rb, line 7
        def check!
          super.check do |d|
            d.remote.writable(repository_cache)
          end
        end