Make file locations work better from global install.

This commit is contained in:
woutersioen
2014-07-16 15:52:23 +02:00
parent ec29aa37b8
commit c7e1175e11
13 changed files with 34 additions and 34 deletions
@@ -50,7 +50,7 @@ abstract class BaseStrategyTaskAbstract extends AbstractTask implements IsReleas
$excludes = array(
'.git',
'.svn',
'.mage',
getcwd() . '/.mage',
'.gitignore',
'.gitkeep',
'nohup.out'
+1 -1
View File
@@ -755,7 +755,7 @@ class EncryptTask extends AbstractTask
$p ['ignore'] = array (
'.git',
'.svn',
'.mage',
getcwd() . '/.mage',
'.gitignore',
'.gitkeep',
'nohup.out'