Skip to content

Commit

Permalink
don't include gov update in db:pyr:update:all task
Browse files Browse the repository at this point in the history
  • Loading branch information
msimonborg committed Jun 20, 2017
1 parent 238e235 commit 062fb81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/db_update.rake
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ namespace :db do
end

desc 'Update all reps and office_locations in database from default yaml files'
task all: %i[retired_reps current_reps socials office_locations governors] do
task all: %i[retired_reps current_reps socials office_locations] do
if ENV['qr_codes'] == 'true' && Rails.env.development?
Rake::Task['pyr:qr_codes:create'].invoke
end
Expand Down

0 comments on commit 062fb81

Please sign in to comment.