diff --git a/lib/tasks/gwss.rake b/lib/tasks/gwss.rake index 6bfad0e8..2aa9d0ff 100644 --- a/lib/tasks/gwss.rake +++ b/lib/tasks/gwss.rake @@ -301,7 +301,7 @@ namespace :gwss do ContentBlock.find_or_create_by(name: "header_text_color").update!(value: "#444444") ContentBlock.find_or_create_by(name: "link_color").update!(value: "#28659A") ContentBlock.find_or_create_by(name: "footer_link_color").update!(value: "#FFFFFF") - ContentBlock.find_or_create_by(name: "primary_buttom_background_color").update!(value: "#28659A") + ContentBlock.find_or_create_by(name: "primary_button_background_color").update!(value: "#28659A") ContentBlock.find_or_create_by(name: "featured_researcher").update!(value: featured_researcher_html.read) ContentBlock.find_or_create_by(name: "about_page").update!(value: about_page_html.read) ContentBlock.find_or_create_by(name: "help_page").update!(value: help_page_html.read)