lib/docman/deployers/deployer.rb in docman-0.0.37 vs lib/docman/deployers/deployer.rb in docman-0.0.38
- old
+ new
@@ -32,9 +32,10 @@
@build_results = {}
@versions = {}
end
def config
+ log 'Configuration started', 'info'
unless self['name'].nil?
@docroot_config.chain(@docroot_config.info_by(self['name'])).values.each do |info|
add_actions(info, info)
end
else
\ No newline at end of file