scm: change key name of configurable command name (#7517, #6159, #7047).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4797 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA
2011-02-04 10:24:10 +00:00
parent c1ec8c5ea3
commit 3ee203ef0c
7 changed files with 11 additions and 11 deletions

View File

@@ -22,7 +22,7 @@ module Redmine
module Adapters
class GitAdapter < AbstractAdapter
# Git executable name
GIT_BIN = Redmine::Configuration['scm_command_git'] || "git"
GIT_BIN = Redmine::Configuration['scm_git_command'] || "git"
def info
begin