Skip to content

Commit 49a384a

Browse files
committed
fixed script ref
1 parent b4a5c7f commit 49a384a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ You can follow the release progress [here](https://github.com/coder/coder/action
384384
fi
385385

386386
# Push the branch so it's available for gh to create the PR.
387-
maybedryrun "${dry_run}" git push -u "{remote}" "${pr_branch}"
387+
maybedryrun "${dry_run}" git push -u "${remote}" "${pr_branch}"
388388

389389
log "Creating pull request..."
390390
maybedryrun "${dry_run}" gh pr create \

0 commit comments

Comments
 (0)