lib/nanoc/extra/deployers/fog.rb in nanoc-4.0.0 vs lib/nanoc/extra/deployers/fog.rb in nanoc-4.0.1

- old
+ new

@@ -67,10 +67,10 @@ while truncated set = directory.files.all(marker: files.last.key) truncated = set.is_truncated files += set end - keys_to_destroy = files.all.map(&:key) + keys_to_destroy = files.map(&:key) keys_to_invalidate = [] etags = read_etags(files) # Upload all the files in the output folder to the clouds puts 'Uploading local files'