diff options
| author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-11-12 15:05:10 +0100 |
|---|---|---|
| committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-11-12 15:05:10 +0100 |
| commit | f532377f9a183654bb2cd6c37134eaf24f64cbca (patch) | |
| tree | 77bfd186bf4cd4f892326250e310db2bd46b3b92 /bin/gitlab-projects | |
| parent | 9f53a532d4a0a565f591c62b5e62a2fb698a0fbe (diff) | |
| download | gitlab-shell-f532377f9a183654bb2cd6c37134eaf24f64cbca.tar.gz | |
Revert "Merge branch 'use-load-path' into 'master'
"
This reverts commit ae498b6cd4122d3d7f35e6b73b50c53615ca3488, reversing
changes made to 79fdf65c71e90773fbf52d6832b74cf5a7124755.
Diffstat (limited to 'bin/gitlab-projects')
| -rwxr-xr-x | bin/gitlab-projects | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/gitlab-projects b/bin/gitlab-projects index b75665a..c354fe5 100755 --- a/bin/gitlab-projects +++ b/bin/gitlab-projects @@ -1,8 +1,7 @@ #!/usr/bin/env ruby -$:.unshift File.expand_path('../lib', __FILE__) -require 'gitlab_init' +require_relative '../lib/gitlab_init' # # GitLab Projects shell. Add/remove projects from /home/git/repositories |
