From 3024869fdca7e289048d443e313f84ffc6acb904 Mon Sep 17 00:00:00 2001 From: Jim Kalafut Date: Thu, 8 Mar 2018 08:02:04 -0800 Subject: [PATCH] Fix instruction in installation docs (#4097) --- website/source/docs/install/index.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/install/index.html.md b/website/source/docs/install/index.html.md index 36eb930725..af3137d291 100644 --- a/website/source/docs/install/index.html.md +++ b/website/source/docs/install/index.html.md @@ -41,7 +41,7 @@ as a copy of [`git`](https://www.git-scm.com/) in your `PATH`. 1. Clone the Vault 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/vault.git $ cd vault ```