aboutsummaryrefslogtreecommitdiffhomepage
path: root/hst/fsbind.go
diff options
context:
space:
mode:
Diffstat (limited to 'hst/fsbind.go')
-rw-r--r--hst/fsbind.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/hst/fsbind.go b/hst/fsbind.go
index 496453b3..7aa273c5 100644
--- a/hst/fsbind.go
+++ b/hst/fsbind.go
@@ -9,7 +9,7 @@ import (
func init() { gob.Register(new(FSBind)) }
-// FilesystemBind is the [FilesystemConfig.Type] name of a bind mount point.
+// FilesystemBind is the type string of a bind mount point.
const FilesystemBind = "bind"
// FSBind represents a host to container bind mount.