coder / coder

Provision remote development environments via Terraform
https://coder.com
GNU Affero General Public License v3.0
7.35k stars 595 forks source link

Release scripts have missing $ in ref #13631

Closed stirby closed 4 days ago

stirby commented 1 week ago

Line 387 in release.sh is missing a $ before "{remote}".

maybedryrun "${dry_run}" git push -u "{remote}" "${pr_branch}"

I will fix, here for tracking.