Skip to content

Commit 6275f79

Browse files
committed
docs(contrib): fix DEIS_HOSTS example
Previous example was invalid.
1 parent a0a6b38 commit 6275f79

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

contrib/ec2/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ email: info@opdemand.com
9999
## Hack on Deis
100100
If you'd like to use this deployment to build Deis, you'll need to set `DEIS_HOSTS` to an array of your cluster hosts:
101101
```console
102-
$ export DEIS_HOSTS=1.2.3.4 1.2.3.5 1.2.3.6
102+
$ DEIS_HOSTS="1.2.3.4 2.3.4.5 3.4.5.6" make build
103103
```
104104

105105
This variable is used in the `make build` command.

contrib/rackspace/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ email: info@opdemand.com
8585
## Hack on Deis
8686
If you'd like to use this deployment to build Deis, you'll need to set `DEIS_HOSTS` to an array of your cluster hosts:
8787
```console
88-
$ export DEIS_HOSTS=10.21.12.1 10.21.12.2 10.21.12.3
88+
$ DEIS_HOSTS="1.2.3.4 2.3.4.5 3.4.5.6" make build
8989
```
9090

9191
This variable is used in the `make build` command.

0 commit comments

Comments
 (0)