From c4531a7da1fe24ac03e086399485cad22298b658 Mon Sep 17 00:00:00 2001
From: Swikriti Tripathi <swikriti808@gmail.com>
Date: Wed, 27 Dec 2023 12:56:18 +0545
Subject: [PATCH] docs: fix the init path in the docs

Signed-off-by: Swikriti Tripathi <swikriti808@gmail.com>
---
 modules/ROOT/pages/deployment/container/container-setup.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/ROOT/pages/deployment/container/container-setup.adoc b/modules/ROOT/pages/deployment/container/container-setup.adoc
index 44811184..fb85d296 100644
--- a/modules/ROOT/pages/deployment/container/container-setup.adoc
+++ b/modules/ROOT/pages/deployment/container/container-setup.adoc
@@ -232,7 +232,7 @@ docker run --rm -it \
 
 On success, you will see a message like:
 
-:init_path: /etc/ocis/ocis-config/ocis.yaml
+:init_path: /etc/ocis/ocis.yaml
 
 include::partial$deployment/ocis_init.adoc[]
 
@@ -242,7 +242,7 @@ If you get an error message like the following:
 
 [source,plaintext]
 ----
-Could not create config: config in /etc/ocis/ocis-config/ocis.yaml already exists
+Could not create config: config in /etc/ocis/ocis.yaml already exists
 ----
 
 you already have created a configuration once. As you cannot overwrite the existing configuration, you must delete the old configuration first to proceed. For more details, see: xref:deployment/general/general-info.adoc#initialize-infinite-scale[Initialize Infinite Scale].