Merge pull request #6375 from DanHam/fix-install-doc-typo

Fix typo in updated install doc command: enc -> env
This commit is contained in:
Rickard von Essen 2018-06-12 15:15:57 +02:00 committed by GitHub
commit 085f0d01e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ in your `PATH`.
1. Clone the Packer repository from GitHub into your `GOPATH`: 1. Clone the Packer repository from GitHub into your `GOPATH`:
``` shell ``` 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 $ git clone https://github.com/hashicorp/packer.git
$ cd packer $ cd packer
``` ```