Browse Source

Merge pull request #13 from return42/fix-morty-doc

[fix] Fix typo in morty installation instruction
Alexandre Flament 4 years ago
parent
commit
e9508cc897
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/build-templates/morty.rst

+ 1 - 1
docs/build-templates/morty.rst

@@ -32,7 +32,7 @@
        (${SERVICE_USER}) $ mkdir ${SERVICE_HOME}/local
        (${SERVICE_USER}) $ mkdir ${SERVICE_HOME}/local
        (${SERVICE_USER}) $ wget --progress=bar -O \"${GO_TAR}\" \\
        (${SERVICE_USER}) $ wget --progress=bar -O \"${GO_TAR}\" \\
                    \"${GO_PKG_URL}\"
                    \"${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_USER}) $ which go
        ${SERVICE_HOME}/local/go/bin/go
        ${SERVICE_HOME}/local/go/bin/go