Skip to content

Commit 4dedaf4

Browse files
author
Daniel Mikusa
authored
Fixes typo in README regarding JBP_DEFAULT (#962)
Signed-off-by: Daniel Mikusa <[email protected]>
1 parent 5fe41f8 commit 4dedaf4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ $ cf set-staging-environment-variable-group '{"JBP_DEFAULT_OPEN_JDK_JRE":"{jre:
4242
2. To change the default repository root across all applications on a foundation. Be careful to ensure that your JSON is properly escaped.
4343

4444
```bash
45-
$ cf set-staging-environment-variable-group '{"JBP_CONFIG_REPOSITORY": "{default_repository_root: \"http://repo.example.io\" }"}'
45+
$ cf set-staging-environment-variable-group '{"JBP_DEFAULT_REPOSITORY": "{default_repository_root: \"http://repo.example.io\" }"}'
4646
```
4747

4848
3. To change the default JVM vendor across all applications on a foundation. Be careful to ensure that your JSON is properly escaped.
4949

5050
```bash
51-
$ cf set-staging-environment-variable-group '{"JBP_CONFIG_COMPONENTS": "{jres: [\"JavaBuildpack::Jre::ZuluJRE\"]}"}'
51+
$ cf set-staging-environment-variable-group '{"JBP_DEFAULT_COMPONENTS": "{jres: [\"JavaBuildpack::Jre::ZuluJRE\"]}"}'
5252
```
5353

5454
### Application Developer

0 commit comments

Comments
 (0)