Skip to content

Commit 31ae8ee

Browse files
authored
Merge pull request #462 from congliu01/patch-1
Fix log directory typo in pod config examples.
2 parents 8bb336a + 1ea501c commit 31ae8ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/crictl.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ $ cat pod-config.json
107107
"attempt": 1,
108108
"uid": "hdishd83djaidwnduwk28bcsb"
109109
},
110-
"logDirectory": "/tmp",
110+
"log_directory": "/tmp",
111111
"linux": {
112112
}
113113
}
@@ -137,7 +137,7 @@ $ cat pod-config.json
137137
"attempt": 1,
138138
"uid": "hdishd83djaidwnduwk28bcsb"
139139
},
140-
"logDirectory": "/tmp",
140+
"log_directory": "/tmp",
141141
"linux": {
142142
}
143143
}

0 commit comments

Comments
 (0)