Method: Capistrano::Deploy::Strategy::UnsharedRemoteCache#check!
- Defined in:
- lib/capistrano/recipes/deploy/strategy/unshared_remote_cache.rb
#check! ⇒ Object
7 8 9 10 11 |
# 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 |