diff --git a/Mage/Command/BuiltIn/AddCommand.php b/Mage/Command/BuiltIn/AddCommand.php index a543815..cf52483 100644 --- a/Mage/Command/BuiltIn/AddCommand.php +++ b/Mage/Command/BuiltIn/AddCommand.php @@ -87,7 +87,6 @@ class AddCommand extends AbstractCommand . 'tasks:' . PHP_EOL . ' pre-deploy:' . PHP_EOL . ' on-deploy:' . PHP_EOL - . ' - deployment/rsync' . PHP_EOL . ($withReleases ? (' post-release:' . PHP_EOL) : '') . ' post-deploy:' . PHP_EOL;