From 1edd10412734d181fc0569393e79c3b9a51592a2 Mon Sep 17 00:00:00 2001 From: Tommy Ludwig Date: Tue, 16 Feb 2016 20:11:57 +0900 Subject: [PATCH] Quote {application} in searchPaths placeholder doc Previously it was not quoted in the sample configuration in the documentation. This is not a valid YAML literal. See #328 --- docs/src/main/asciidoc/spring-cloud-config.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/spring-cloud-config.adoc b/docs/src/main/asciidoc/spring-cloud-config.adoc index 464b0885..3c566071 100644 --- a/docs/src/main/asciidoc/spring-cloud-config.adoc +++ b/docs/src/main/asciidoc/spring-cloud-config.adoc @@ -329,7 +329,7 @@ spring: server: git: uri: https://github.com/spring-cloud-samples/config-repo - searchPaths: {application} + searchPaths: '{application}' ---- searches the repository for files in the same name as the directory