Skip to content

Commit

Permalink
docs: s/tar xvfz tar/tar xvfz/ in command line sample
Browse files Browse the repository at this point in the history
should not "tar" to tar, otherwise we'd have following error:
```
tar (child): tar: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
```
as "tar" is not the compressed tarball we want to untar.

Fixes #15328
Signed-off-by: Kefu Chai <kefu.chai@scylladb.com>

Closes #15383
  • Loading branch information
tchaikov authored and avikivity committed Sep 13, 2023
1 parent 6620620 commit bbb6e4f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Download and Install

.. code:: console
tar xvfz tar scylla-unified-5.2.4-0.20230623.cebbf6c5df2b.x86_64.tar.gz
tar xvfz scylla-unified-5.2.4-0.20230623.cebbf6c5df2b.x86_64.tar.gz
#. Install OpenJDK 8 or 11.

Expand Down

0 comments on commit bbb6e4f

Please sign in to comment.