Fix small typo on GitHub::Import

This commit is contained in:
Douglas Barbosa Alexandre 2017-04-25 15:57:50 -03:00
parent 2f934ce22f
commit 000a723d84

View file

@ -103,7 +103,7 @@ module Github
cached[:label_ids][label.title] = label.id
rescue => e
error(:label, label.url, e.message)
error(:label, representation.url, e.message)
end
end