mirror of
https://github.com/hauke68/Magallanes.git
synced 2025-08-25 21:00:18 +02:00
Remove SCM config.
This commit is contained in:
parent
b9fba3acc0
commit
80e0a283ff
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user