diff --git a/lib/tasks/cloud_storage.rake b/lib/tasks/cloud_storage.rake index 821866129..379fa081f 100644 --- a/lib/tasks/cloud_storage.rake +++ b/lib/tasks/cloud_storage.rake @@ -60,8 +60,7 @@ namespace :cloudstorage do [Cerfa, PieceJustificative, Procedure].each { |c| c.all.each { |entry| - content = entry.content - content = entry.logo if c == Procedure + content = (c == Procedure)? entry.logo : entry.content unless content.current_path.nil? if File.exist?(File.dirname(content.current_path) + '/uploaded') previous_filename = File.read(File.dirname(content.current_path) + '/uploaded')