Skip to content

Commit

Permalink
Revert "symbol is wrong"
Browse files Browse the repository at this point in the history
This reverts commit 12d8b43.
  • Loading branch information
Brandon Philips committed Dec 20, 2016
1 parent eb475e1 commit 7d9f66e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ below.

| Value | Behavior |
|:------|:---------|
| `unset` | If nothing exists at the given path, an empty directory will be created there. Otherwise, behaves like `exists` |
| *unset* | If nothing exists at the given path, an empty directory will be created there. Otherwise, behaves like `exists` |
| `exists` | If nothing exists at the given path, the pod will fail to run and provide an informative error message |
| `file` | If a file does not exist at the given path, the pod will fail to run and provide an informative error message |
| `device` | If a block or character device does not exist at the given path, the pod will fail to run and provide an informative error message |
Expand Down

0 comments on commit 7d9f66e

Please sign in to comment.