8f3251332fac388720094148f00fdfcc35f37d8f

Author: AD7six

Date: 2009-11-11 10:26:33 +0100

use the config folder itself, rather than a specific file

diff --git a/vendors/shells/tasks/base.php b/vendors/shells/tasks/base.php index 5fdd15a..7598fd0 100644 --- a/vendors/shells/tasks/base.php +++ b/vendors/shells/tasks/base.php @@ -55,7 +55,7 @@ class BaseTask extends Shell { 'baseType' => 'app', 'signatureFiles' => array( 'repo' => 'DS.gitDSHEAD', - 'app' => 'DSconfigDSbootstrap.php', + 'app' => 'DSconfig', 'cake' => 'DScakeDSbasics.php', ), );