Skip to content

Commit

Permalink
Update guides/hosting/installation-updates/deployments/deployment-wit…
Browse files Browse the repository at this point in the history
…h-deployer.md

Co-authored-by: Copilot <[email protected]>
  • Loading branch information
shyim and Copilot authored Nov 20, 2024
1 parent e6ae5fe commit 24d73d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ set('writable_dirs', [
]);

task('sw:deployment:helper', static function() {
run('cd {{release_path}} && ./vendor/bin/shopware-deployment-helper run');
run('cd {{release_path}} && vendor/bin/shopware-deployment-helper run');
});

task('sw:touch_install_lock', static function () {
Expand Down

0 comments on commit 24d73d4

Please sign in to comment.