From 35223e8c5a0b2da5c413d35513cded560a7d5cab Mon Sep 17 00:00:00 2001
From: Armstrong Foundjem <foundjem@ieee.org>
Date: Mon, 8 May 2023 15:42:24 -0400
Subject: [PATCH] Adding backward slash to process.rst file

The process autorelease command for milestone-1 was missing a backward
slash in the command in (2) after the  --type library

Now, the command has the right forward slash that looks like this:
 --type library \

Change-Id: I852497033ff15d85fda50c61f4ec60bd2e4cc881
Signed-off-by: Armstrong Foundjem <foundjem@ieee.org>
---
 doc/source/reference/process.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/source/reference/process.rst b/doc/source/reference/process.rst
index a40472e463..d057c2f14d 100644
--- a/doc/source/reference/process.rst
+++ b/doc/source/reference/process.rst
@@ -235,7 +235,7 @@ Milestone-1
                 --unreleased \
                 --model cycle-with-intermediary \
                 --type client-library \
-                --type library
+                --type library \
        > /tmp/deliverables.log
 
    - Edit the generated file (``/tmp/deliverables.log``) to remove tox's logs.