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

type-o

parent 0702abeb
......@@ -133,7 +133,7 @@ class GitlabShell
end
args_string = [File.basename(executable), *args].join(' ')
GitlabMetrics.meature(File.basename(executable)) do
GitlabMetrics.measure(File.basename(executable)) do
$logger.info "gitlab-shell: executing git command <#{args_string}> for #{log_username}."
exec_cmd(executable, *args)
end
......
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