Fix small typo on Github::Import#fetch_releases
This commit is contained in:
parent
ee3d8e9340
commit
68f568d9dc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue