Skip to content

Commit ea8aa1f

Browse files
authored
Merge pull request #63308 from kquinn1204/OCPBUGS-14777
OCPBUGS-14777 improving alignment of codeblock
2 parents bdd211c + 7e094c6 commit ea8aa1f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

modules/virt-virtual-gpus-config-overview.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ For example, the name file for the `nvidia-231` type contains the selector strin
5757
+
5858
[source,terminal]
5959
----
60-
$ oc get $NODE -o json \
61-
| jq '.status.allocatable | \
62-
with_entries(select(.key | startswith("nvidia.com/"))) | \
63-
with_entries(select(.value != "0"))'
60+
$ oc get $NODE -o json \
61+
| jq '.status.allocatable \
62+
| with_entries(select(.key | startswith("nvidia.com/"))) \
63+
| with_entries(select(.value != "0"))'
6464
----

0 commit comments

Comments
 (0)