Skip to content

Commit

Permalink
Add datestamp to filename
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Macey committed Jul 28, 2015
1 parent b1412a0 commit 2bc8db1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/ruby/instance-auditing/instance_auditor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@
end
end
p.use_shared_strings = true
p.serialize('audit.xlsx')
p.serialize("#{Time.now.strftime "%Y-%m-%d"}-audit.xlsx")
end

0 comments on commit 2bc8db1

Please sign in to comment.