Skip to content

Commit d1f0fde

Browse files
Fix code quality and style
1 parent 0c06c62 commit d1f0fde

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

recipe/magento2.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -370,13 +370,13 @@ function magentoDeployAssetsSplit(string $area)
370370

371371
after('deploy:symlink', 'magento:cache:flush');
372372

373-
after('deploy:failed','deploy:magento:failed');
373+
after('deploy:failed', 'deploy:magento:failed');
374374

375375
//Run Magento Deployment Failure Tasks
376376
desc('Run magento post deployment failure tasks.');
377-
task('deploy:magento:failed',[
377+
task('deploy:magento:failed', [
378378
'magento:config:import',
379-
'magento:maintenance:disable'
379+
'magento:maintenance:disable',
380380
]);
381381

382382
// Artifact deployment section

0 commit comments

Comments
 (0)