Skip to content

Commit

Permalink
Fix indentation of two of the build targets. (#944)
Browse files Browse the repository at this point in the history
  • Loading branch information
roberthbailey authored and markmandel committed Jul 24, 2019
1 parent 4906737 commit 3fef404
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Table of Contents
* [make minikube-setup-grafana](#make-minikube-setup-grafana)
* [make minikube-prometheus-portforward](#make-minikube-prometheus-portforward)
* [make minikube-grafana-portforward](#make-minikube-grafana-portforward)
* [make minikube-test-e2e](#make-minikube-test-e2e)
* [make minikube-test-e2e](#make-minikube-test-e2e)
* [make minikube-shell](#make-minikube-shell)
* [make minikube-transfer-image](#make-minikube-transfer-image)
* [make minikube-controller-portforward](#make-minikube-controller-portforward)
Expand All @@ -82,7 +82,7 @@ Table of Contents
* [make kind-setup-grafana](#make-kind-setup-grafana)
* [make kind-prometheus-portforward](#make-kind-prometheus-portforward)
* [make kind-grafana-portforward](#make-kind-grafana-portforward)
* [make kind-test-e2e](#make-kind-test-e2e)
* [make kind-test-e2e](#make-kind-test-e2e)
* [make kind-shell](#make-kind-shell)
* [make kind-controller-portforward](#make-kind-controller-portforward)
* [Custom Environment](#custom-environment)
Expand Down Expand Up @@ -638,7 +638,7 @@ port forwarding to the prometheus deployment.
The minikube version of [`make grafana-portforward`](#make-grafana-portforward) to setup
port forwarding to the grafana deployment.

### `make minikube-test-e2e`
#### `make minikube-test-e2e`
Runs end-to-end tests on the previously installed version of Agones.
These tests validate Agones flow from start to finish.

Expand Down Expand Up @@ -695,7 +695,7 @@ The minikube version of [`make grafana-portforward`](#make-grafana-portforward)
port forwarding to the grafana deployment.


### `make kind-test-e2e`
#### `make kind-test-e2e`
Runs end-to-end tests on the previously installed version of Agones.
These tests validate Agones flow from start to finish.

Expand Down

0 comments on commit 3fef404

Please sign in to comment.