Skip to content

Commit 5ad4ce2

Browse files
committed
OCPBUGS#8025: Fix tar command
1 parent 013f8e7 commit 5ad4ce2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/cli-installing-cli-web-console-linux.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ image::CLI-list.png[]
2222
+
2323
[source,terminal]
2424
----
25-
$ tar xvzf <file>
25+
$ tar xvf <file>
2626
----
2727
. Move the `oc` binary to a directory that is on your `PATH`.
2828
+

modules/cli-installing-cli.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ endif::[]
101101
+
102102
[source,terminal]
103103
----
104-
$ tar xvzf <file>
104+
$ tar xvf <file>
105105
----
106106
. Place the `oc` binary in a directory that is on your `PATH`.
107107
+

0 commit comments

Comments
 (0)