From 269243f3712b977bd2762e75cf5de8afa57f0375 Mon Sep 17 00:00:00 2001
From: Maarten de Waard <maarten@greenhost.nl>
Date: Fri, 13 Aug 2021 11:52:12 +0200
Subject: [PATCH] fix typo in upgrade troubleshooting guide

---
 docs/upgrading.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/upgrading.rst b/docs/upgrading.rst
index 6d9f8a0c4..f7c005411 100644
--- a/docs/upgrading.rst
+++ b/docs/upgrading.rst
@@ -40,8 +40,8 @@ like:
    Error from server (NotFound): secrets "oas-wekan-variables" not found
 
 This is not a problem, but it *does* mean you need to add an oauth secret for
-Wekan to the file ``secrets-backup/oas-oauth-variables.yaml``. Copy the
-wordpress line, rename the field to ``wordpress_oauth_client_secret`` and enter
+Wekan to the file ``secrets-backup/oas-oauth-variables.yaml``. Copy one of the
+lines under "data:", rename the field to ``wekan_oauth_client_secret`` and enter
 a different random password. Make sure to base64 encode it (``echo "<your random
 password>" | base64``).
 
-- 
GitLab