From 78d6e1cac50b3ec0b484f74a02f61d236e5ebc2b Mon Sep 17 00:00:00 2001 From: buildmaster Date: Mon, 24 Jul 2017 23:20:18 +0000 Subject: [PATCH] Sync docs from master to gh-pages --- spring-cloud-config.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-cloud-config.html b/spring-cloud-config.html index fb0439d6..c01b6f5c 100644 --- a/spring-cloud-config.html +++ b/spring-cloud-config.html @@ -489,7 +489,7 @@ IDE instead if you prefer (the main class is
$ curl localhost:8888/foo/development
-{"name":"development","label":"master","propertySources":[
+{"name":"foo","label":"master","propertySources":[
   {"name":"https://github.com/scratches/config-repo/foo-development.properties","source":{"bar":"spam"}},
   {"name":"https://github.com/scratches/config-repo/foo.properties","source":{"foo":"bar"}}
 ]}