summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/gitlab_shell.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab_shell.rb b/lib/gitlab_shell.rb
index ceef95a..0722377 100644
--- a/lib/gitlab_shell.rb
+++ b/lib/gitlab_shell.rb
@@ -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