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)
|
def perform(*args)
|
||||||
gzip_filepath = [
|
gzip_filepath = [
|
||||||
'tmp/',
|
'tmp/',
|
||||||
Time.zone.now.to_formatted_s(:number),
|
Time.zone.now.to_fs(:number),
|
||||||
'-demarches.json.gz'
|
'-demarches.json.gz'
|
||||||
].join
|
].join
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue