Fix small typo on Github::Import#fetch_releases

parent ee3d8e93
......@@ -313,7 +313,7 @@ module Github
next unless representation.valid?
release = ::Release.find_or_initialize_by(project_id: project.id, tag: representation.tag)
next unless relese.new_record?
next unless release.new_record?
begin
release.description = representation.description
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment