lib/fulmar/infrastructure/service/transfer/rsync.rb in fulmar-1.8.0 vs lib/fulmar/infrastructure/service/transfer/rsync.rb in fulmar-1.8.1

- old
+ new

@@ -46,9 +46,15 @@ end "rsync #{rsync_command_options.join(' ')} '#{from}/' '#{to}'" end + # Gets the absolute release path + # @return [String] the release directory + def release_path + @config[:remote_path] + end + protected # Assembles all rsync command line parameters from the configuration options def rsync_command_options options = ['-rl']