Same issues to me. I ran with --pretend and I see no carriage return at the end of line. try:
envoy run composer --pretend
Otherwise if you insert extra empty lines that will do the trick for you
@task('composer')
cd {{ $release }}
composer install --prefer-dist
@endtask
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community