From 000a723d844c0bccfb04cbb32c683cd4d7e7b07e Mon Sep 17 00:00:00 2001 From: Douglas Barbosa Alexandre Date: Tue, 25 Apr 2017 15:57:50 -0300 Subject: Fix small typo on GitHub::Import --- lib/github/import.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/github') diff --git a/lib/github/import.rb b/lib/github/import.rb index fddd52af260..fefb713a29e 100644 --- a/lib/github/import.rb +++ b/lib/github/import.rb @@ -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 -- cgit v1.2.1