Skip to content

Commit b9779af

Browse files
committed
fixed script ref (#13647)
(cherry picked from commit 3d6c979)
1 parent e54ff57 commit b9779af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release.sh

+1-1
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)