deployphp / deployer

The PHP deployment tool with support for popular frameworks out of the box
https://deployer.org
MIT License
10.41k stars 1.47k forks source link

Fix the Rsync command filter to rekey the array #3796

Closed coreyworrell closed 3 months ago

coreyworrell commented 3 months ago

Passing an empty argument causes error during the for loop of $command array. upload('source', 'destination', ['flags' => '']);

This is a fix for bug introduced in #3683