diff options
Diffstat (limited to 'lib/gitlab_shell.rb')
-rw-r--r-- | lib/gitlab_shell.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab_shell.rb b/lib/gitlab_shell.rb index 67ffb26..c73bc29 100644 --- a/lib/gitlab_shell.rb +++ b/lib/gitlab_shell.rb @@ -53,7 +53,7 @@ class GitlabShell def process_cmd repo_full_path = File.join(repos_path, repo_name) $logger.info "gitlab-shell: executing git command <#{@git_cmd} #{repo_full_path}> for #{log_username}." - exec_cmd(@git_cmd,repo_full_path) + exec_cmd(@git_cmd, repo_full_path) end def validate_access |