Merge pull request #2477 from fiddyspence/bug_wrongshell_variable
Wrong shell variable used when changing directory
This commit is contained in:
commit
c2b718108a
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue