Skip to content

Commit 932530d

Browse files
authored
Fix a tool name typo in FAQ (#977)
1 parent c954ba5 commit 932530d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

FAQ.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The OKD stable version is released bi-weekly, following Fedora CoreOS schedule,
4141

4242
In OKD 4.8 and further installer has references to tested Fedora CoreOS artifacts:
4343
```
44-
$ openshift-installer coreos print-stream-json
44+
$ openshift-install coreos print-stream-json
4545
{
4646
"stream": "stable",
4747
"metadata": {
@@ -50,7 +50,7 @@ $ openshift-installer coreos print-stream-json
5050
"architectures": {
5151
"x86_64": {
5252
...
53-
$ openshift-installer coreos print-stream-json | jq -r '.architectures.x86_64.artifacts.openstack.formats["qcow2.xz"]'
53+
$ openshift-install coreos print-stream-json | jq -r '.architectures.x86_64.artifacts.openstack.formats["qcow2.xz"]'
5454
{
5555
"disk": {
5656
"location": "https://builds.coreos.fedoraproject.org/prod/streams/stable/builds/34.20210626.3.1/x86_64/fedora-coreos-34.20210626.3.1-openstack.x86_64.qcow2.xz",

0 commit comments

Comments
 (0)