Skip to content

Commit

Permalink
Fix invalid log_path in docs
Browse files Browse the repository at this point in the history
Closes #569

Signed-off-by: Sascha Grunert <sgrunert@suse.com>
  • Loading branch information
saschagrunert committed Jan 6, 2020
1 parent 47a7405 commit 4faa4f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/crictl.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ $ cat container-config.json
"command": [
"top"
],
"log_path":"busybox/0.log",
"log_path":"busybox.0.log",
"linux": {
}
}
Expand Down Expand Up @@ -279,7 +279,7 @@ $ cat container-config.json
"command": [
"top"
],
"log_path":"busybox/0.log",
"log_path":"busybox.0.log",
"linux": {
}
}
Expand Down

0 comments on commit 4faa4f5

Please sign in to comment.