aboutsummaryrefslogtreecommitdiffhomepage
path: root/hst/fslink.go
diff options
context:
space:
mode:
Diffstat (limited to 'hst/fslink.go')
-rw-r--r--hst/fslink.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/hst/fslink.go b/hst/fslink.go
index 2a1e3795..57c1ffc7 100644
--- a/hst/fslink.go
+++ b/hst/fslink.go
@@ -18,7 +18,9 @@ type FSLink struct {
Target *check.Absolute `json:"dst"`
// Arbitrary linkname value store in the symlink.
Linkname string `json:"linkname"`
- // Whether to treat Linkname as an absolute pathname and dereference before creating the link.
+
+ // Whether to treat Linkname as an absolute pathname and dereference before
+ // creating the link.
Dereference bool `json:"dereference,omitempty"`
}