From 563442679dbe47ce91acb7874f40564a18ab2701 Mon Sep 17 00:00:00 2001 From: Josh Lehman Date: Tue, 7 Feb 2023 09:26:03 -0800 Subject: [PATCH] Update MAINTAINERS.md fix typo --- MAINTAINERS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 19631be8f..c58c227a9 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -122,7 +122,7 @@ git push origin ## Releases -- [ ] Create a pull request from the relevant release branch (with the format `release/urbit-os-vX.XX` to `master`. +- [ ] Create a pull request from the relevant release branch (with the format `release/urbit-os-vX.XX`) to `master`. - [ ] ssh into `~zod` - [ ] Check to ensure that nobody else is ssh'd into `~zod`, by running `screen -ls` and verifying no sessions are attached. - [ ] Attach to the screen session using `screen -x`