From dd4a7a1d9cd18f9b2df9b6a89545246c5e0b44b0 Mon Sep 17 00:00:00 2001 From: Parayya Vastrad Date: Thu, 20 Jan 2022 08:50:54 +0000 Subject: [PATCH] Updated README.md Signed-off-by: Parayya Vastrad --- py-utils/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py-utils/README.md b/py-utils/README.md index 862053eeb..13a0662e6 100644 --- a/py-utils/README.md +++ b/py-utils/README.md @@ -36,7 +36,7 @@ It will create `cortx-py-utils-1.0.0-1_.noarch.rpm` by default. One Below command passes version string as 2.0.0 and build number 2, which creates `cortx-py-utils-2.0.0-2_.noarch.rpm` Run below command from repo root (cortx-utils). ```bash -cd .. +cd cortx-utils ./jenkins/build.sh -v 2.0.0 -b 2 ```