1
0
mirror of https://github.com/hauke68/Magallanes.git synced 2025-08-26 05:10:17 +02:00

Remove SCM config.

This commit is contained in:
Andrés Montañez 2013-07-06 20:52:39 -03:00
parent b9fba3acc0
commit 80e0a283ff

View File

@ -24,7 +24,7 @@ class Mage_Task_BuiltIn_Scm_Update
public function run() public function run()
{ {
switch ($this->getConfig()->scm('type')) { switch ($this->getConfig()->general('scm')) {
case 'git': case 'git':
$command = 'git pull'; $command = 'git pull';
break; break;