Skip to content

Commit

Permalink
fixed multiline command issue
Browse files Browse the repository at this point in the history
  • Loading branch information
melodywang060 committed Oct 9, 2024
1 parent bcf36bc commit f54e67b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/_includes/check-gpu-pod-works.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Let's create a sample pod that uses some GPU compute to make sure that everything is working as expected.

```console
$ cat << EOF | kubectl create -f -
```bash
cat << EOF | kubectl create -f -
apiVersion: v1
kind: Pod
metadata:
Expand Down

0 comments on commit f54e67b

Please sign in to comment.