Skip to content

Commit d1e3548

Browse files
author
David Verholen
committed
fixes #137
1 parent dfecadc commit d1e3548

File tree

1 file changed

+1
-1
lines changed
  • src/MagentoHackathon/Composer/Magento/Deploystrategy

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public function __construct($sourceDir, $destDir)
6565
*/
6666
protected function beforeClean()
6767
{
68-
parent::beforeDeploy();
68+
parent::beforeClean();
6969
if (!file_exists($this->destDir) || !is_dir($this->destDir)) {
7070
return;
7171
}

0 commit comments

Comments
 (0)