mirror of
https://github.com/hauke68/Magallanes.git
synced 2026-08-28 10:08:56 +02:00
Change SCM configs.
This commit is contained in:
@@ -11,7 +11,7 @@ class Mage_Task_BuiltIn_Scm_Update
|
||||
|
||||
public function init()
|
||||
{
|
||||
switch ($this->getConfig()->scm('type')) {
|
||||
switch ($this->getConfig()->general('scm')) {
|
||||
case 'git':
|
||||
$this->_name = 'SCM Update (GIT) [built-in]';
|
||||
break;
|
||||
@@ -34,7 +34,7 @@ class Mage_Task_BuiltIn_Scm_Update
|
||||
break;
|
||||
|
||||
default:
|
||||
return false;
|
||||
throw new Mage_Task_SkipException;
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user