Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
docs(contrib): fix DEIS_HOSTS example
Browse files Browse the repository at this point in the history
Previous example was invalid.
  • Loading branch information
carmstrong committed Jun 19, 2014
1 parent a0a6b38 commit 6275f79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contrib/ec2/README.md
Expand Up @@ -99,7 +99,7 @@ email: info@opdemand.com
## Hack on Deis
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:
```console
$ export DEIS_HOSTS=1.2.3.4 1.2.3.5 1.2.3.6
$ DEIS_HOSTS="1.2.3.4 2.3.4.5 3.4.5.6" make build
```

This variable is used in the `make build` command.
Expand Down
2 changes: 1 addition & 1 deletion contrib/rackspace/README.md
Expand Up @@ -85,7 +85,7 @@ email: info@opdemand.com
## Hack on Deis
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:
```console
$ export DEIS_HOSTS=10.21.12.1 10.21.12.2 10.21.12.3
$ DEIS_HOSTS="1.2.3.4 2.3.4.5 3.4.5.6" make build
```

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

0 comments on commit 6275f79

Please sign in to comment.