Skip to content

Commit 221c030

Browse files
Make copy-pasting release initiation easier
Multi-line commands usually don't work well when copying them into the terminal, so switch to just oneline.
1 parent 5b8e64d commit 221c030

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

release-process.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,7 @@ Decide on a time to do the release, T.
128128
* **T-30m** - This is on rust-central-station:
129129

130130
```
131-
docker exec -d -it rcs bash -c \
132-
'promote-release /tmp/stable stable /data/secrets.toml 2>&1 | logger --tag release-stable-realz'
131+
docker exec -d -it rcs bash -c 'promote-release /tmp/stable stable /data/secrets.toml 2>&1 | logger --tag release-stable-realz'
133132
```
134133

135134
That'll, in the background, schedule the `promote-release` binary to run on the

0 commit comments

Comments
 (0)