Skip to content
This repository was archived by the owner on Jan 9, 2020. It is now read-only.

Commit a89b4b0

Browse files
committed
Fix spacing for command highlighting (#31)
1 parent 087555a commit a89b4b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resource-managers/kubernetes/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Running any of the integration tests requires including `kubernetes-integration-
4545
order to prepare the environment for running the integration tests, the `pre-integration-test` step must be run in Maven
4646
on the `resource-managers/kubernetes/integration-tests` module:
4747

48-
build/mvn pre-integration-test -Pkubernetes -Pkubernetes-integration-tests -pl resource-managers/kubernetes/integration-tests -am
48+
build/mvn pre-integration-test -Pkubernetes -Pkubernetes-integration-tests -pl resource-managers/kubernetes/integration-tests -am
4949

5050
Afterwards, the integration tests can be executed with Maven or your IDE. Note that when running tests from an IDE, the
5151
`pre-integration-test` phase must be run every time the Spark main code changes. When running tests from the

0 commit comments

Comments
 (0)