From 9bc918de70fa1bd003d1eeb827a341bebbeaa61c Mon Sep 17 00:00:00 2001
From: Sofia Wallin <sofia.wallin@ericsson.com>
Date: Wed, 26 Sep 2018 15:29:58 +0200
Subject: Adding missing step

Adding missing step in the submodule transition

Change-Id: Ibfbe1993c78183f73d1cd061559e62dd60237df5
Signed-off-by: Sofia Wallin <sofia.wallin@ericsson.com>
---
 docs/how-to-use-docs/files/build.yaml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

(limited to 'docs/how-to-use-docs')

diff --git a/docs/how-to-use-docs/files/build.yaml b/docs/how-to-use-docs/files/build.yaml
index d04ff731b..e04521e35 100644
--- a/docs/how-to-use-docs/files/build.yaml
+++ b/docs/how-to-use-docs/files/build.yaml
@@ -1,9 +1,10 @@
 ---
 - project:
     name: PROJECT
-    project-name: '{name}'
+    project: PROJECT
+    project-name: 'PROJECT'
 
-    project-pattern: '{name}'
+    project-pattern: 'PROJECT'
     rtd-build-url: RTD_BUILD_URL
     rtd-token: RTD_TOKEN
 
-- 
cgit