Skip to content

Commit 9969523

Browse files
authored
Merge pull request #135 from moshe010/fix-typo
readme: fix typo in cdi example
2 parents 489aa82 + f2dd683 commit 9969523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ $ cat > /etc/cdi/vendor.json <<EOF
120120
"name": "myDevice",
121121
"containerEdits": {
122122
"deviceNodes": [
123-
{"hostPath": "/vendor/dev/card1": "path": "/dev/card1", "type": "c", "major": 25, "minor": 25, "fileMode": 384, "permissions": "rw", "uid": 1000, "gid": 1000},
123+
{"hostPath": "/vendor/dev/card1", "path": "/dev/card1", "type": "c", "major": 25, "minor": 25, "fileMode": 384, "permissions": "rw", "uid": 1000, "gid": 1000},
124124
{"path": "/dev/card-render1", "type": "c", "major": 25, "minor": 25, "fileMode": 384, "permissions": "rwm", "uid": 1000, "gid": 1000}
125125
]
126126
}

0 commit comments

Comments
 (0)