From 922724d3794a5b801dc570b8d69af06881ae5b8e Mon Sep 17 00:00:00 2001 From: Chris Spence Date: Fri, 24 Mar 2017 15:27:32 +0000 Subject: [PATCH] Wrong shell variable used when changing directory --- 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 48655fb10..a710caaf3 100644 --- a/website/source/docs/install/index.html.md +++ b/website/source/docs/install/index.html.md @@ -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 ```