summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/github/import.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/github/import.rb b/lib/github/import.rb
index 8c4a5e0875c..611ea35964e 100644
--- a/lib/github/import.rb
+++ b/lib/github/import.rb
@@ -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