Method: Chef::Resource::Deploy#destination

Defined in:
lib/chef/resource/deploy.rb

#destinationObject

where the checked out/cloned code goes



87
88
89
# File 'lib/chef/resource/deploy.rb', line 87

def destination
  @destination ||= shared_path + "/#{@repository_cache}"
end