diff options
-rwxr-xr-x | hooks/update | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hooks/update b/hooks/update index 549afeb..6f762e8 100755 --- a/hooks/update +++ b/hooks/update @@ -6,7 +6,7 @@ refname = ARGV[0] key_id = ENV['GL_ID'] -repo_path = `pwd` +repo_path = Dir.pwd require_relative '../lib/gitlab_update' |