From 5153b22b7eb40f7dcb431d51d2dea61f6035d95e Mon Sep 17 00:00:00 2001 From: DanHam Date: Tue, 12 Jun 2018 13:31:29 +0100 Subject: [PATCH] Fix typo in command: enc -> env --- website/source/intro/getting-started/install.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/intro/getting-started/install.html.md b/website/source/intro/getting-started/install.html.md index ce8a8e5f4..789694f68 100644 --- a/website/source/intro/getting-started/install.html.md +++ b/website/source/intro/getting-started/install.html.md @@ -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 ```