summaryrefslogtreecommitdiff
path: root/lib/github
diff options
context:
space:
mode:
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