# File lib/capistrano/recipes/deploy/strategy/unshared_remote_cache.rb, line 7
7: defcheck!
8: super.checkdo|d|
9: d.remote.writable(repository_cache)
10: end
11: end
Private Instance Methods
repository_cache()click to toggle source
# File lib/capistrano/recipes/deploy/strategy/unshared_remote_cache.rb, line 15
15: defrepository_cache
16: configuration[:repository_cache]
17: end