Skip to content

Commit

Permalink
etcd: fix typing
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangjun3 committed Apr 21, 2017
1 parent 06d87d1 commit 1322218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 03-部署高可用Etcd集群.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ $
`https://github.com/coreos/etcd/releases` 页面下载最新版本的二进制文件:

``` bash
$ wget https://github.com/coreos/etcd/releases/download/v3.1.6/etcd-v3.1.5-linux-amd64.tar.gz
$ wget https://github.com/coreos/etcd/releases/download/v3.1.6/etcd-v3.1.6-linux-amd64.tar.gz
$ tar -xvf etcd-v3.1.6-linux-amd64.tar.gz
$ sudo mv etcd-v3.1.6-linux-amd64/etcd* /root/local/bin
$
Expand Down

0 comments on commit 1322218

Please sign in to comment.