From 390e47b08b0dd9fe052e6e0b6e8f80b562905855 Mon Sep 17 00:00:00 2001 From: lukepatrick Date: Mon, 6 Nov 2017 15:59:45 -0700 Subject: [PATCH] Debug typo Signed-off-by: lukepatrick --- docs/debugging-restores.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/debugging-restores.md b/docs/debugging-restores.md index 709b0e202..d3d503c4c 100644 --- a/docs/debugging-restores.md +++ b/docs/debugging-restores.md @@ -17,7 +17,7 @@ backup-test-2-20170726180515 backup-test-2 Completed 0 1 2 To delve into the warnings and errors into more detail, you can use the `-o` option: ``` -kubectl restore get backup-test-20170726180512 -o yaml +ark restore get backup-test-20170726180512 -o yaml ``` The output YAML has a `status` field which may look like the following: ```