Appease the dog overlords

This commit is contained in:
Karina Kwiatek 2022-07-10 20:31:38 +02:00 committed by Karina Kwiatek
parent 48bd2f5bc7
commit 0294e6eb9d
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ class Exporter
@user = user
@obj = {}
@export_dirname = Dir.mktmpdir("rs-export-")
@export_filename = "#{File.basename(@export_dirname)}"
@export_filename = File.basename(@export_dirname)
end
def export