Skip to content

Commit

Permalink
english grammer fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gbhat618 committed Jan 2, 2025
1 parent 3071eae commit 0f341b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ Steps to execute integration test
```bash
bash setup-gce-image.sh
```
* The above agent image contains the `java` command is available in the PATH; which the plugin uses by default for launching the agent.
This plugin also supports configuring up a custom path for java executable, and we have an integration test for that `ComputeEngineCloudNonStandardJavaIT`.
If you would like to execute this test, please create an image with not having `java` on the path, but at a custom path `/usr/bin/non-standard-java`.
* The above agent image contains the `java` command available on the PATH; which the plugin uses by default for launching the agent.
This plugin also supports configuring custom path for java executable, and we have an integration test for that `ComputeEngineCloudNonStandardJavaIT`.
If you would like to execute this test, please create an image with `java` command not being on the PATH, but at a custom path `/usr/bin/non-standard-java`.
To create a non-standard java image, execute,
```bash
bash setup-gce-image.sh non-standard-java
Expand Down

0 comments on commit 0f341b8

Please sign in to comment.