Commit 1ee9821c authored by Jacob Vosmaer's avatar Jacob Vosmaer

Fix typo in Kernel::exec options

parent 6ce9e21a
......@@ -60,7 +60,7 @@ class GitlabShell
end
def exec_cmd(*args)
Kernel::exec({'PATH' => ENV['PATH'], 'GL_ID' => ENV['GL_ID']}, *args, unset_env_others: true)
Kernel::exec({'PATH' => ENV['PATH'], 'GL_ID' => ENV['GL_ID']}, *args, unsetenv_others: true)
end
def api
......
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