Fix typo in command: enc -> env

pull/6375/head
DanHam 8 years ago
parent 9d97365522
commit 5153b22b7e
No known key found for this signature in database
GPG Key ID: 58E79AEDD6AA987E

@ -56,7 +56,7 @@ in your `PATH`.
1. Clone the Packer repository from GitHub into your `GOPATH`:
``` shell
$ mkdir -p $(go enc GOPATH)/src/github.com/hashicorp && cd $_
$ mkdir -p $(go env GOPATH)/src/github.com/hashicorp && cd $_
$ git clone https://github.com/hashicorp/packer.git
$ cd packer
```

Loading…
Cancel
Save