website: reference last command's last field instead of background PID (#5264)

This commit is contained in:
Matt Hoey 2019-01-25 08:30:38 -08:00 committed by Hans Hasselberg
parent e9a2eab316
commit c39ffad100
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ a copy of [`git`](https://www.git-scm.com/) in your `PATH`.
1. Clone the Consul repository from GitHub into your `GOPATH`:
```shell
$ mkdir -p $GOPATH/src/github.com/hashicorp && cd $!
$ mkdir -p $GOPATH/src/github.com/hashicorp && cd !$
$ git clone https://github.com/hashicorp/consul.git
$ cd consul
```