diff options
author | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2017-04-25 15:57:50 -0300 |
---|---|---|
committer | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2017-04-25 15:57:50 -0300 |
commit | 000a723d844c0bccfb04cbb32c683cd4d7e7b07e (patch) | |
tree | 24568224c3ba3789f503b8d0e63b1ca331a7ea81 /lib/github | |
parent | 2f934ce22f18d2fa12a849014db541e133e1b3d1 (diff) | |
download | gitlab-ce-000a723d844c0bccfb04cbb32c683cd4d7e7b07e.tar.gz |
Fix small typo on GitHub::Import
Diffstat (limited to 'lib/github')
-rw-r--r-- | lib/github/import.rb | 2 |
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 |