diff options
author | Stan Hu <stanhu@gmail.com> | 2017-07-24 21:03:47 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2017-07-24 21:09:19 -0700 |
commit | 2fb171c5eeee032f7027bd5cbbf996e782593298 (patch) | |
tree | e7943bf88232112b1c5adcbc21ba1c2f8bfd5cc5 /lib/gitlab_net.rb | |
parent | f5591f68c1439eda836460e0dec44f610709a5b8 (diff) | |
download | gitlab-shell-2fb171c5eeee032f7027bd5cbbf996e782593298.tar.gz |
Make geo_node a default parametersh-show-all-refs
Diffstat (limited to 'lib/gitlab_net.rb')
-rw-r--r-- | lib/gitlab_net.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab_net.rb b/lib/gitlab_net.rb index 1a6c016..3acebea 100644 --- a/lib/gitlab_net.rb +++ b/lib/gitlab_net.rb @@ -39,7 +39,7 @@ class GitlabNet if resp.code == '200' GitAccessStatus.create_from_json(resp.body) else - GitAccessStatus.new(false, 'API is not accessible', nil, nil, nil, false) + GitAccessStatus.new(false, 'API is not accessible', nil, nil, nil) end end |