diff options
Diffstat (limited to 'weed/command')
| -rw-r--r-- | weed/command/filer_replication.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/command/filer_replication.go b/weed/command/filer_replication.go index 967577c72..c5a8b3c84 100644 --- a/weed/command/filer_replication.go +++ b/weed/command/filer_replication.go @@ -2,9 +2,9 @@ package command import ( "github.com/chrislusf/seaweedfs/weed/glog" + "github.com/chrislusf/seaweedfs/weed/replication" "github.com/chrislusf/seaweedfs/weed/server" "github.com/spf13/viper" - "github.com/chrislusf/seaweedfs/weed/replication" ) func init() { |
