File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/MagentoHackathon/Composer/Magento Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 66namespace MagentoHackathon \Composer \Magento \Deploystrategy ;
77
88/**
9- * Symlink deploy strategy
9+ * Absolute Symlink deploy strategy
1010 */
1111class AbsoluteSymlink extends Symlink
1212{
Original file line number Diff line number Diff 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 );
You can’t perform that action at this time.
0 commit comments