Skip to content

Commit

Permalink
add print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
johnofsydney committed Nov 12, 2024
1 parent 7598e7e commit f5fb134
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/tasks/maintenance.rake
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ namespace :lester do

ralph_party = Group.find_by(name: 'United Australia Federal')
clive_party = Group.find_by(name: 'United Australia Party')
print "Merging #{ralph_party.name} into #{clive_party.name}... "
ralph_party.merge_into(clive_party)
puts "done."
end

desc "Add time range for party memberships"
Expand Down

0 comments on commit f5fb134

Please sign in to comment.