From 1ea501c93f09d0c11a667ca4cbbc73cf70b140a0 Mon Sep 17 00:00:00 2001 From: Cong Liu Date: Fri, 10 May 2019 14:30:23 -0400 Subject: [PATCH] Fix logDirectory typo in examples. "log_directory" is the right key instead of "logDirectory". --- docs/crictl.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/crictl.md b/docs/crictl.md index 68c1eac6af..235b8ced2f 100644 --- a/docs/crictl.md +++ b/docs/crictl.md @@ -107,7 +107,7 @@ $ cat pod-config.json "attempt": 1, "uid": "hdishd83djaidwnduwk28bcsb" }, - "logDirectory": "/tmp", + "log_directory": "/tmp", "linux": { } } @@ -137,7 +137,7 @@ $ cat pod-config.json "attempt": 1, "uid": "hdishd83djaidwnduwk28bcsb" }, - "logDirectory": "/tmp", + "log_directory": "/tmp", "linux": { } }