Skip to content

Commit

Permalink
Fix the README options table for the "Link" core plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
arcticicestudio committed Jan 8, 2017
1 parent 7d7c010 commit e318b8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,8 @@ These dictionaries support the following options:
| `force` | `true`, `false` | `false` | No | Specifies if the file or directory should be forcibly linked. **This can cause irreversible data loss! Use with caution!** |
| `host` | `string[]` | `[]` | No | Contains hostnames this link should be processed for. Links with an empty array will be processed irrespective of the host. |
| `path` | `string`, `null` | `null` | No | The path to map the source path. If the path is omitted or `null`, snowsaw will use the basename of the destination, with a leading `.` stripped if present. |
| `relink` | `true`, `false` | No | `false` | Specifies if incorrect symbolic links should be automatically overwritten. |
| `relative` | `true`, `false` | No | `false` | Specifies if the symbolic link should have a relative path. |
| `relink` | `true`, `false` | `false` | No | Specifies if incorrect symbolic links should be automatically overwritten. |
| `relative` | `true`, `false` | `false` | No | Specifies if the symbolic link should have a relative path. |

##### Example
```json
Expand Down

0 comments on commit e318b8d

Please sign in to comment.