Skip to content

Commit

Permalink
fix brakeman error in institution_builder, switch ~ to -
Browse files Browse the repository at this point in the history
  • Loading branch information
zurbergram committed Sep 30, 2019
1 parent bd46e1d commit e6b3e61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/institution_builder.rb
Expand Up @@ -505,7 +505,7 @@ def self.add_extension_campus_type(version_number)
end

def self.build_institution_programs(version_number)
str = <<~SQL
str = <<-SQL
INSERT INTO institution_programs (
facility_code,
program_type,
Expand Down

0 comments on commit e6b3e61

Please sign in to comment.