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-keys | |
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-keys')
-rwxr-xr-x | bin/gitlab-keys | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/gitlab-keys b/bin/gitlab-keys index ffe1ef0..9eb1950 100755 --- a/bin/gitlab-keys +++ b/bin/gitlab-keys @@ -1,7 +1,6 @@ #!/usr/bin/env ruby -$:.unshift File.expand_path('../lib', __FILE__) -require 'gitlab_init' +require_relative '../lib/gitlab_init' # # GitLab Keys shell. Add/remove keys from ~/.ssh/authorized_keys |