diff options
| author | Alexandre Flament <alex@al-f.net> | 2021-04-22 12:20:52 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-22 12:20:52 +0200 |
| commit | e9508cc89711e7f80fa12db54478c1cdad350416 (patch) | |
| tree | f126db7569b942cd72ffa3ec81435fce998f27b1 | |
| parent | a0e55a587ab71bc8b18555287ea65a5fc4c2ad87 (diff) | |
| parent | bed7c3c614a2effa18866e6b9cc2113c6ba82598 (diff) | |
Merge pull request #13 from return42/fix-morty-doc
[fix] Fix typo in morty installation instruction
| -rw-r--r-- | docs/build-templates/morty.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/build-templates/morty.rst b/docs/build-templates/morty.rst index 092f9f68f..2be24da55 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 |