diff options
| author | Alejandro RodrÃguez <alejorro70@gmail.com> | 2016-11-16 19:20:17 -0300 |
|---|---|---|
| committer | Alejandro RodrÃguez <alejorro70@gmail.com> | 2016-11-16 19:20:17 -0300 |
| commit | bf694898582bfc07027a6a4128c63512be824182 (patch) | |
| tree | a5ad233e1a13fb097183fb59bc05c20972babbf3 /lib | |
| parent | dee0304570d9fb225dd7ec62be97711e8c0375bd (diff) | |
| download | gitlab-shell-bf694898582bfc07027a6a4128c63512be824182.tar.gz | |
Fix gitlab_custom_hook dependencies70-push-fails-because-of-missing-dependencies-on-gitlab_custom_hooks
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/gitlab_custom_hook.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gitlab_custom_hook.rb b/lib/gitlab_custom_hook.rb index 6f2e901..25385cf 100644 --- a/lib/gitlab_custom_hook.rb +++ b/lib/gitlab_custom_hook.rb @@ -1,4 +1,5 @@ require 'open3' +require_relative 'gitlab_init' require_relative 'gitlab_metrics' class GitlabCustomHook |
