aboutsummaryrefslogtreecommitdiff
path: root/weed/shell/command_volume_fix_replication.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/shell/command_volume_fix_replication.go')
-rw-r--r--weed/shell/command_volume_fix_replication.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/weed/shell/command_volume_fix_replication.go b/weed/shell/command_volume_fix_replication.go
index ced0b51f6..4c7a794c0 100644
--- a/weed/shell/command_volume_fix_replication.go
+++ b/weed/shell/command_volume_fix_replication.go
@@ -3,10 +3,10 @@ package shell
import (
"context"
"fmt"
- "github.com/joeslay/seaweedfs/weed/operation"
- "github.com/joeslay/seaweedfs/weed/pb/master_pb"
- "github.com/joeslay/seaweedfs/weed/pb/volume_server_pb"
- "github.com/joeslay/seaweedfs/weed/storage"
+ "github.com/chrislusf/seaweedfs/weed/operation"
+ "github.com/chrislusf/seaweedfs/weed/pb/master_pb"
+ "github.com/chrislusf/seaweedfs/weed/pb/volume_server_pb"
+ "github.com/chrislusf/seaweedfs/weed/storage"
"io"
"math/rand"
"sort"