Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit aacd9b8

Browse files
committed
Removed unnecessary cd
1 parent 9102979 commit aacd9b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipe/magento_2_1/files.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
task('files:static_assets', '{{bin/php}} {{magento_bin}} setup:static-content:deploy {{languages}} {{static_deploy_options}}');
1818
task(
1919
'files:permissions',
20-
'cd {{magento_dir}} && chmod -R g+w var vendor pub/static pub/media app/etc && chmod u+x bin/magento'
20+
'chmod -R g+w var vendor pub/static pub/media app/etc && chmod u+x bin/magento'
2121
);
2222

2323
desc('Generate Magento Files');

0 commit comments

Comments
 (0)