aboutsummaryrefslogtreecommitdiff
path: root/weed/shell/command_mount_configure.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/shell/command_mount_configure.go')
-rw-r--r--weed/shell/command_mount_configure.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/weed/shell/command_mount_configure.go b/weed/shell/command_mount_configure.go
index 8c268d35c..ea9202c17 100644
--- a/weed/shell/command_mount_configure.go
+++ b/weed/shell/command_mount_configure.go
@@ -4,8 +4,8 @@ import (
"context"
"flag"
"fmt"
- "github.com/chrislusf/seaweedfs/weed/pb/mount_pb"
- "github.com/chrislusf/seaweedfs/weed/util"
+ "github.com/seaweedfs/seaweedfs/weed/pb/mount_pb"
+ "github.com/seaweedfs/seaweedfs/weed/util"
"google.golang.org/grpc"
"google.golang.org/grpc/credentials/insecure"
_ "google.golang.org/grpc/resolver/passthrough"