Commit 154edf88 authored by Kim "BKC" Carlbäcker's avatar Kim "BKC" Carlbäcker

hashes have .include? not .has?

parent 80835629
...@@ -157,7 +157,7 @@ class GitlabShell ...@@ -157,7 +157,7 @@ class GitlabShell
'GL_PROTOCOL' => GL_PROTOCOL, 'GL_PROTOCOL' => GL_PROTOCOL,
'GL_REPOSITORY' => @gl_repository 'GL_REPOSITORY' => @gl_repository
} }
if @gitaly && @gitaly.has?('token') if @gitaly && @gitaly.include?('token')
env.merge!({ env.merge!({
'GITALY_TOKEN' => @gitaly['token'] 'GITALY_TOKEN' => @gitaly['token']
}) })
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment