refactor(rubocop): fix Rails/ToFormattedS
This commit is contained in:
parent
1f3cd386e5
commit
e8e785b953
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ class Cron::Datagouv::ExportAndPublishDemarchesPubliquesJob < Cron::CronJob
|
|||
def perform(*args)
|
||||
gzip_filepath = [
|
||||
'tmp/',
|
||||
Time.zone.now.to_formatted_s(:number),
|
||||
Time.zone.now.to_fs(:number),
|
||||
'-demarches.json.gz'
|
||||
].join
|
||||
|
||||
|
|
Loading…
Reference in a new issue