This is an automated email from the ASF dual-hosted git repository.

houston pushed a commit to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/branch_9x by this push:
     new e0f95f2  Fix templating for official ref guide playbook
e0f95f2 is described below

commit e0f95f235319b1cdcfc939aa55a1a5873713839f
Author: Houston Putman <[email protected]>
AuthorDate: Wed Feb 23 12:59:07 2022 -0500

    Fix templating for official ref guide playbook
---
 solr/solr-ref-guide/playbook.template.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solr/solr-ref-guide/playbook.template.yml 
b/solr/solr-ref-guide/playbook.template.yml
index e4614d6..f53e250 100644
--- a/solr/solr-ref-guide/playbook.template.yml
+++ b/solr/solr-ref-guide/playbook.template.yml
@@ -16,7 +16,7 @@ content:
   edit_url: '{web_url}/tree/main/{path}'
   sources:
   - url: '${source_url}'
-    branches: '${source_branches}'
+    branches: ${source_branches}
     start_path: '${start_path}'
 
 ui:

Reply via email to