From a922b1c35fa8571c2d2f42a70fa3cf6777425c4d Mon Sep 17 00:00:00 2001 From: Zackptg5 <5107713+Zackptg5@users.noreply.github.com> Date: Fri, 16 Apr 2021 16:59:46 -0400 Subject: [PATCH] Fix typo --- docs/build-templates/morty.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build-templates/morty.rst b/docs/build-templates/morty.rst index 092f9f68..2be24da5 100644 --- a/docs/build-templates/morty.rst +++ b/docs/build-templates/morty.rst @@ -32,7 +32,7 @@ (${SERVICE_USER}) $ mkdir ${SERVICE_HOME}/local (${SERVICE_USER}) $ wget --progress=bar -O \"${GO_TAR}\" \\ \"${GO_PKG_URL}\" - (${SERVICE_USER}) $ tar -C ${SERVICE_HOME}/local/go -xzf \"${GO_TAR}\" + (${SERVICE_USER}) $ tar -C ${SERVICE_HOME}/local -xzf \"${GO_TAR}\" (${SERVICE_USER}) $ which go ${SERVICE_HOME}/local/go/bin/go