Fix small typo on GitHub::Import

parent 2f934ce2
......@@ -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
......
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