summaryrefslogtreecommitdiff
path: root/lib/github
diff options
context:
space:
mode:
authorDouglas Barbosa Alexandre <dbalexandre@gmail.com>2017-07-17 21:18:47 -0300
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2017-08-07 13:06:13 -0300
commit6f642e3f7bf4667dad6efeb5e43f79b9711bc204 (patch)
treebd6f37eceebf591990cc3bb7f64d3695975010a0 /lib/github
parent8021a7244d3448ebc1631259c7d9d43503ccf29d (diff)
downloadgitlab-ce-6f642e3f7bf4667dad6efeb5e43f79b9711bc204.tar.gz
Fix small typoe on Github::Client#root_endpoint
Diffstat (limited to 'lib/github')
-rw-r--r--lib/github/client.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/github/client.rb b/lib/github/client.rb
index ac4e3a739f9..0102406fd20 100644
--- a/lib/github/client.rb
+++ b/lib/github/client.rb
@@ -23,7 +23,7 @@ module Github
private
def root_endpoint
- custom_endpoint || githup_endpoint
+ custom_endpoint || github_endpoint
end
def custom_endpoint