Skip to content

Commit 6072a6d

Browse files
author
Bohdan Korablov
committed
MAGETWO-51598: bin/magento is installed without execute bit set
1 parent 06ce052 commit 6072a6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/MagentoHackathon/Composer/Magento/Plugin.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,15 +157,15 @@ public function onNewCodeEvent(\Composer\Script\Event $event)
157157
$this->deployLibraries();
158158
$this->saveVendorDirPath($event->getComposer());
159159
$this->requestRegeneration();
160-
$this->setFilesPermissions();
160+
$this->setFilePermissions();
161161
}
162162

163163
/**
164164
* Set permissions for files using extra->chmod from composer.json
165165
*
166166
* @return void
167167
*/
168-
private function setFilesPermissions()
168+
private function setFilePermissions()
169169
{
170170
$packages = $this->composer->getRepositoryManager()->getLocalRepository()->getPackages();
171171

0 commit comments

Comments
 (0)