Skip to content

Commit eeae778

Browse files
author
Tobias
committed
feat(DeployStrategy): rename the strategy
1 parent d7fa2fd commit eeae778

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/MagentoHackathon/Composer/Magento/Deploystrategy/AbsoluteSymlink.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
namespace MagentoHackathon\Composer\Magento\Deploystrategy;
77

88
/**
9-
* Symlink deploy strategy
9+
* Absolute Symlink deploy strategy
1010
*/
1111
class AbsoluteSymlink extends Symlink
1212
{

src/MagentoHackathon/Composer/Magento/Factory/DeploystrategyFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class DeploystrategyFactory
2424
protected static $strategies = array(
2525
'copy' => '\MagentoHackathon\Composer\Magento\Deploystrategy\Copy',
2626
'symlink' => '\MagentoHackathon\Composer\Magento\Deploystrategy\Symlink',
27-
'absolutesymlink' => '\MagentoHackathon\Composer\Magento\Deploystrategy\AbsoluteSymlink',
27+
'absoluteSymlink' => '\MagentoHackathon\Composer\Magento\Deploystrategy\AbsoluteSymlink',
2828
'link' => '\MagentoHackathon\Composer\Magento\Deploystrategy\Link',
2929
'none' => '\MagentoHackathon\Composer\Magento\Deploystrategy\None',
3030
);

0 commit comments

Comments
 (0)