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"}}
 ]}