Skip to content

Commit 2be82d9

Browse files
committed
Include gitlab_config in gitlab_init
1 parent 768845e commit 2be82d9

File tree

4 files changed

+1
-3
lines changed

4 files changed

+1
-3
lines changed

lib/gitlab_init.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
ROOT_PATH = File.expand_path(File.join(File.dirname(__FILE__), ".."))
22

3+
require_relative 'gitlab_config'

lib/gitlab_keys.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
require 'open3'
2-
require_relative 'gitlab_config'
32

43
class GitlabKeys
54
attr_accessor :auth_file, :key

lib/gitlab_projects.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
require 'open3'
22
require 'fileutils'
3-
require_relative 'gitlab_config'
43

54
class GitlabProjects
65
attr_reader :project_name, :full_path

lib/gitlab_shell.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
require 'open3'
22

3-
require_relative 'gitlab_config'
43
require_relative 'gitlab_net'
54

65
class GitlabShell

0 commit comments

Comments
 (0)