Fix small typo on Github::Import#fetch_releases

This commit is contained in:
Douglas Barbosa Alexandre 2017-08-07 13:53:08 -03:00
parent ee3d8e9340
commit 68f568d9dc

View file

@ -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