aboutsummaryrefslogtreecommitdiff
path: root/weed/shell/commands.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2019-10-25 07:44:37 -0700
committerChris Lu <chris.lu@gmail.com>2019-10-25 07:44:37 -0700
commit288c45a690e26c6e0d4b55b50ffb089e0c544c59 (patch)
tree4c98dbee8703c7039d4a63e3d179e590d45b295c /weed/shell/commands.go
parent05fe7a23669197a828889f0be7d60f85661f1042 (diff)
downloadseaweedfs-288c45a690e26c6e0d4b55b50ffb089e0c544c59.tar.xz
seaweedfs-288c45a690e26c6e0d4b55b50ffb089e0c544c59.zip
fix iitial filer url
Diffstat (limited to 'weed/shell/commands.go')
-rw-r--r--weed/shell/commands.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/weed/shell/commands.go b/weed/shell/commands.go
index b642ec253..02f576011 100644
--- a/weed/shell/commands.go
+++ b/weed/shell/commands.go
@@ -16,8 +16,8 @@ import (
)
type ShellOptions struct {
- Masters *string
- GrpcDialOption grpc.DialOption
+ Masters *string
+ GrpcDialOption grpc.DialOption
// shell transient context
FilerHost string
FilerPort int64