aboutsummaryrefslogtreecommitdiff
path: root/weed
diff options
context:
space:
mode:
Diffstat (limited to 'weed')
-rw-r--r--weed/command/fuse.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/command/fuse.go b/weed/command/fuse.go
index c686f9b42..1d58ffdd7 100644
--- a/weed/command/fuse.go
+++ b/weed/command/fuse.go
@@ -191,7 +191,7 @@ func runFuse(cmd *Command, args []string) bool {
case "fusermount.path":
fusermountPath = parameter.value
default:
- mountOptions.extraOptions = append(mountOptions.extraOptions, fmt.Sprintf("%s:%s", parameter.name, parameter.value))
+ mountOptions.extraOptions = append(mountOptions.extraOptions, fmt.Sprintf("%s=%s", parameter.name, parameter.value))
}
}