We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9531c16 commit 271ef0fCopy full SHA for 271ef0f
lib/asset_sync/storage.rb
@@ -108,7 +108,7 @@ def update_remote_file_list_cache(local_files_to_upload)
108
return if ignore_existing_remote_files?
109
110
File.open(self.remote_file_list_cache_file_path, 'w') do |file|
111
- uploaded = (local_files_to_upload + remote_files).uniq
+ uploaded = (local_files_to_upload + remote_files).uniq.sort
112
file.write(uploaded.to_json)
113
end
114
0 commit comments