Remove duplicate words (#7243)

* Remove duplicate words

* Remove generated-reference change
This commit is contained in:
Sam Foo
2018-02-05 12:15:26 -05:00
committed by Brad Topol
parent d5314d0325
commit d10f643e20
14 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -152,7 +152,7 @@ This should result in `client.pem` and `client-key.pem` being created.
In order to copy certs between machines, you must enable SSH access for `scp`.
1. First, open new new tabs in your shell for `etcd1` and `etcd2`. Ensure you are SSHed into all three machines and then run the following (it will be a lot quicker if you use tmux syncing - to do this in iTerm enter `cmd+shift+i`):
1. First, open new tabs in your shell for `etcd1` and `etcd2`. Ensure you are SSHed into all three machines and then run the following (it will be a lot quicker if you use tmux syncing - to do this in iTerm enter `cmd+shift+i`):
```shell
export PEER_NAME=$(hostname)