Skip to content

Commit

Permalink
fix lint (rubyforgood#4994)
Browse files Browse the repository at this point in the history
  • Loading branch information
compwron authored Jul 20, 2023
1 parent 6477a14 commit 11a145e
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
namespace :after_party do
desc 'Deployment task: update_howard_court_report_fix'
desc "Deployment task: update_howard_court_report_fix"
task update_howard_court_report_fix: :environment do
puts "Running deploy task 'update_howard_court_report_fix'"

Expand All @@ -13,6 +13,6 @@ namespace :after_party do
# Update task as completed. If you remove the line below, the task will
# run with every deploy (or every time you call after_party:run).
AfterParty::TaskRecord
.create version: AfterParty::TaskRecorder.new(__FILE__).timestamp
.create version: AfterParty::TaskRecorder.new(__FILE__).timestamp
end
end
end

0 comments on commit 11a145e

Please sign in to comment.