Merge pull request #2477 from fiddyspence/bug_wrongshell_variable

Wrong shell variable used when changing directory
This commit is contained in:
Alex Dadgar 2017-03-26 14:08:34 -07:00 committed by GitHub
commit c2b718108a
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ as a copy of [`git`](https://www.git-scm.com/) in your `PATH`.
1. Clone the Nomad 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/nomad.git
$ cd nomad
```