Remove SCM config.

This commit is contained in:
Andrés Montañez
2013-07-06 20:52:39 -03:00
parent b9fba3acc0
commit 80e0a283ff
+1 -1
View File
@@ -24,7 +24,7 @@ class Mage_Task_BuiltIn_Scm_Update
public function run()
{
switch ($this->getConfig()->scm('type')) {
switch ($this->getConfig()->general('scm')) {
case 'git':
$command = 'git pull';
break;