diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2018-02-22 18:17:29 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2018-02-22 18:17:29 +0200 |
commit | 8f9046aad854e4c861c3a016cc3dd69e137a5c27 (patch) | |
tree | 1837825ba2cb3cf6e2c805a3354825e4737b9616 /hooks | |
parent | 9850a74ba6093ecc771f53cb9abd7c9c8a59f266 (diff) | |
download | gitlab-shell-8f9046aad854e4c861c3a016cc3dd69e137a5c27.tar.gz |
Update rubocop and code to pass it
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'hooks')
-rwxr-xr-x | hooks/post-receive | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hooks/post-receive b/hooks/post-receive index 3504a48..a668207 100755 --- a/hooks/post-receive +++ b/hooks/post-receive @@ -4,7 +4,7 @@ # will be processed properly. refs = $stdin.read -key_id = ENV.delete('GL_ID') +key_id = ENV.delete('GL_ID') gl_repository = ENV.delete('GL_REPOSITORY') repo_path = Dir.pwd |