From f63ee5e6ea707e450faeca0de3445feef0e6e84a Mon Sep 17 00:00:00 2001
From: Bart Laarhoven <bartlaarhoven@grexx.net>
Date: Fri, 23 Nov 2018 14:19:34 +0000
Subject: [PATCH] Update registry_and_cache_servers.md

---
 docs/install/registry_and_cache_servers.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/install/registry_and_cache_servers.md b/docs/install/registry_and_cache_servers.md
index e8f123116..085336939 100644
--- a/docs/install/registry_and_cache_servers.md
+++ b/docs/install/registry_and_cache_servers.md
@@ -76,7 +76,7 @@ S3-compatible caching server:
 1. Read the Access and Secret Key of minio and use it to configure the Runner:
 
     ```
-    sudo cat /.minio/config.json
+    sudo cat /export/.minio.sys/config/config.json | grep Key
     ```
 
 You can now proceed and
-- 
GitLab