From 2fb171c5eeee032f7027bd5cbbf996e782593298 Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Mon, 24 Jul 2017 21:03:47 -0700 Subject: Make geo_node a default parameter --- lib/gitlab_net.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/gitlab_net.rb') 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 -- cgit v1.2.1