Skip to content

Commit

Permalink
Merge pull request #859 from alphagov/typo-in-section-reslugger
Browse files Browse the repository at this point in the history
Fix typo in manual section reslugger
  • Loading branch information
floehopper authored Mar 13, 2017
2 parents f2af977 + 1033da1 commit fbd927e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/manual_section_reslugger.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def validate
end

def validate_manual
raise Error.new("Manual not found for manual_slug `#{manual_slug}`") if manual_record.nil?
raise Error.new("Manual not found for manual_slug `#{@manual_slug}`") if manual_record.nil?
end

def validate_current_section
Expand Down

0 comments on commit fbd927e

Please sign in to comment.