Skip to content

Commit

Permalink
Fixes typo in README regarding JBP_DEFAULT (#962)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Mikusa <dmikusa@vmware.com>
  • Loading branch information
Daniel Mikusa authored Jul 28, 2022
1 parent 5fe41f8 commit 4dedaf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ $ cf set-staging-environment-variable-group '{"JBP_DEFAULT_OPEN_JDK_JRE":"{jre:
2. To change the default repository root across all applications on a foundation. Be careful to ensure that your JSON is properly escaped.

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

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

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

### Application Developer
Expand Down

0 comments on commit 4dedaf4

Please sign in to comment.