From b4cfb4c01c9734e888b50661fa30ff2dfafd5b06 Mon Sep 17 00:00:00 2001 From: preethipy Date: Wed, 22 Feb 2017 15:08:11 +0530 Subject: [PATCH] Small correction with command instruction Change-Id: I02e8da536ef172d465f5c70018ef36899b041e50 --- doc/source/devref.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/devref.rst b/doc/source/devref.rst index 30a87ce..597375c 100644 --- a/doc/source/devref.rst +++ b/doc/source/devref.rst @@ -195,7 +195,7 @@ The short version of the technical side of creating a backport:: $ git checkout -t origin/stable/ocata $ git cherry-pick -x $master_commit_id - $ git review stable/ocate + $ git review stable/ocata New stable branch -----------------