Skip to content

Commit

Permalink
Merge pull request #462 from congliu01/patch-1
Browse files Browse the repository at this point in the history
Fix log directory typo in pod config examples.
  • Loading branch information
k8s-ci-robot authored May 15, 2019
2 parents 8bb336a + 1ea501c commit 31ae8ee
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 @@ -107,7 +107,7 @@ $ cat pod-config.json
"attempt": 1,
"uid": "hdishd83djaidwnduwk28bcsb"
},
"logDirectory": "/tmp",
"log_directory": "/tmp",
"linux": {
}
}
Expand Down Expand Up @@ -137,7 +137,7 @@ $ cat pod-config.json
"attempt": 1,
"uid": "hdishd83djaidwnduwk28bcsb"
},
"logDirectory": "/tmp",
"log_directory": "/tmp",
"linux": {
}
}
Expand Down

0 comments on commit 31ae8ee

Please sign in to comment.