Skip to content

Commit 410ccc6

Browse files
Generalize app config import log
1 parent e732851 commit 410ccc6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

recipe/magento2.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ function magentoDeployAssetsSplit(string $area)
351351
// do not use {{bin/magento}} as it must run on the current (last successful) release in failure scenarios
352352
run('{{bin/php}} {{current_path}}/{{magento_dir}}/bin/magento app:config:import --no-interaction');
353353
} else {
354-
writeln('App config is up to date => import skipped');
354+
writeln('App config import skipped');
355355
}
356356
} catch (RunException $e) {
357357
writeln('Unable to import app config on current release => import skipped');

0 commit comments

Comments
 (0)