diff options
author | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2017-07-17 21:18:47 -0300 |
---|---|---|
committer | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2017-08-07 13:06:13 -0300 |
commit | 6f642e3f7bf4667dad6efeb5e43f79b9711bc204 (patch) | |
tree | bd6f37eceebf591990cc3bb7f64d3695975010a0 /lib/github | |
parent | 8021a7244d3448ebc1631259c7d9d43503ccf29d (diff) | |
download | gitlab-ce-6f642e3f7bf4667dad6efeb5e43f79b9711bc204.tar.gz |
Fix small typoe on Github::Client#root_endpoint
Diffstat (limited to 'lib/github')
-rw-r--r-- | lib/github/client.rb | 2 |
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 |