Skip to content
Snippets Groups Projects
Commit de5ac725 authored by Adam Vandenberg's avatar Adam Vandenberg
Browse files

Fix keg-only, non-system dupes

parent 30fdd7a4
No related branches found
No related tags found
No related merge requests found
......@@ -674,7 +674,7 @@ EOF
end
def keg_only reason, explanation=nil
@keg_only_reason = KegOnlyReason.new(reason, explanation.chomp)
@keg_only_reason = KegOnlyReason.new(reason, explanation.to_s.chomp)
end
end
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment