Skip to content

Commit

Permalink
Rename name for secondary technical type
Browse files Browse the repository at this point in the history
  • Loading branch information
richardhallett committed Jan 7, 2020
1 parent 839a17b commit 64fb0b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/export_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def contacts
provider.secondary_technical_contact_email,
provider.secondary_technical_contact_given_name,
provider.secondary_technical_contact_family_name,
'secondaryTechnicalContact'
'secondaryTechnical'
]
csv += CSV.generate_line [
provider.symbol,
Expand Down

0 comments on commit 64fb0b2

Please sign in to comment.