Skip to content

Commit

Permalink
Fix a tool name typo in FAQ (#977)
Browse files Browse the repository at this point in the history
  • Loading branch information
lveyde authored Nov 16, 2021
1 parent c954ba5 commit 932530d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ The OKD stable version is released bi-weekly, following Fedora CoreOS schedule,

In OKD 4.8 and further installer has references to tested Fedora CoreOS artifacts:
```
$ openshift-installer coreos print-stream-json
$ openshift-install coreos print-stream-json
{
"stream": "stable",
"metadata": {
Expand All @@ -50,7 +50,7 @@ $ openshift-installer coreos print-stream-json
"architectures": {
"x86_64": {
...
$ openshift-installer coreos print-stream-json | jq -r '.architectures.x86_64.artifacts.openstack.formats["qcow2.xz"]'
$ openshift-install coreos print-stream-json | jq -r '.architectures.x86_64.artifacts.openstack.formats["qcow2.xz"]'
{
"disk": {
"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",
Expand Down

0 comments on commit 932530d

Please sign in to comment.