diff --git a/recipe/shopware.php b/recipe/shopware.php index 9c347c8f0..b8ff1b27a 100644 --- a/recipe/shopware.php +++ b/recipe/shopware.php @@ -165,12 +165,12 @@ function getPlugins(): array if (!test('[ -d {{current_path}} ]')) { return; } - within('{{deploy_path}}/current', function () { + within('{{current_path}}', function () { run('{{bin/php}} ./bin/console bundle:dump'); - download('{{deploy_path}}/current/var/plugins.json', './var/'); + download('{{current_path}}/var/plugins.json', './var/'); run('{{bin/php}} ./bin/console theme:dump'); - download('{{deploy_path}}/current/files/theme-config', './files/'); + download('{{current_path}}/files/theme-config', './files/'); }); });