Skip to content

Commit e888a6e

Browse files
committed
opts: remove outdated comment
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent b22f1ae commit e888a6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

opts/mount.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ func (m *MountOpt) Set(value string) error {
7676
}
7777

7878
mount.Type = mounttypes.TypeVolume // default to volume mounts
79-
// Set writable as the default
79+
8080
for _, field := range fields {
8181
key, val, ok := strings.Cut(field, "=")
8282

0 commit comments

Comments
 (0)