We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e732851 commit 410ccc6Copy full SHA for 410ccc6
1 file changed
recipe/magento2.php
@@ -351,7 +351,7 @@ function magentoDeployAssetsSplit(string $area)
351
// do not use {{bin/magento}} as it must run on the current (last successful) release in failure scenarios
352
run('{{bin/php}} {{current_path}}/{{magento_dir}}/bin/magento app:config:import --no-interaction');
353
} else {
354
- writeln('App config is up to date => import skipped');
+ writeln('App config import skipped');
355
}
356
} catch (RunException $e) {
357
writeln('Unable to import app config on current release => import skipped');
0 commit comments