Skip to content

Commit 71d33fc

Browse files
committed
Fix md format
1 parent 00b65a1 commit 71d33fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/kubevirt/node-health-check.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ spec:
9797
#!/usr/bin/env bash
9898
9999
(echo "# $@"; exec "$@") | ts '[%Y-%m-%d %H:%M:%S]' | tee -a /tmp/app.log
100-
````
100+
```
101101

102102
* Run: `l ping $VM_IP`
103103
* Run: `oc get pods -o wide --watch | ts '[%Y-%m-%d %H:%M:%S]' | tee -a /tmp/app.log`

0 commit comments

Comments
 (0)