Skip to content

Commit 2866582

Browse files
Fix incorrect backtick usage in inline code (#436)
1 parent a4fe7d2 commit 2866582

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/release/process.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ We need to find out the parent commit in which the PR opened last Monday merged.
6363

6464
Go to that PR, and find the "bors merged commit $SHA into rust-lang:master at the bottom.
6565

66-
Locally, run `export BRANCH_POINT=`git rev-parse $SHA^` in the rust-lang/rust
66+
Locally, run `` export BRANCH_POINT=`git rev-parse $SHA^` `` in the rust-lang/rust
6767
checkout. This should be bors-authored merge into master of the PR before the
6868
version bump merged.
6969

0 commit comments

Comments
 (0)