summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDouglas Barbosa Alexandre <dbalexandre@gmail.com>2017-04-25 15:57:50 -0300
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2017-04-25 15:57:50 -0300
commit000a723d844c0bccfb04cbb32c683cd4d7e7b07e (patch)
tree24568224c3ba3789f503b8d0e63b1ca331a7ea81 /lib
parent2f934ce22f18d2fa12a849014db541e133e1b3d1 (diff)
downloadgitlab-ce-000a723d844c0bccfb04cbb32c683cd4d7e7b07e.tar.gz
Fix small typo on GitHub::Import
Diffstat (limited to 'lib')
-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 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