Skip to content

Commit

Permalink
specify date format in task desc
Browse files Browse the repository at this point in the history
  • Loading branch information
jgreben committed Nov 7, 2023
1 parent 7e3bc89 commit 169d774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/download_report.rake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

desc 'download cybersource monthly report'
desc 'download cybersource monthly report, date format [9999-99-99]'
task :download_report, [:date] do |_, args|
require_relative '../cyber_source/download_payment_batch_detail_report'
result = DownloadPaymentBatchDetailReport.new(args[:date])
Expand Down

0 comments on commit 169d774

Please sign in to comment.