aboutsummaryrefslogtreecommitdiff
path: root/weed/command/filer_meta_tail_non_elastic.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/command/filer_meta_tail_non_elastic.go')
-rw-r--r--weed/command/filer_meta_tail_non_elastic.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/command/filer_meta_tail_non_elastic.go b/weed/command/filer_meta_tail_non_elastic.go
index f78f3ee09..989e32bec 100644
--- a/weed/command/filer_meta_tail_non_elastic.go
+++ b/weed/command/filer_meta_tail_non_elastic.go
@@ -4,7 +4,7 @@
package command
import (
- "github.com/chrislusf/seaweedfs/weed/pb/filer_pb"
+ "github.com/seaweedfs/seaweedfs/weed/pb/filer_pb"
)
func sendToElasticSearchFunc(servers string, esIndex string) (func(resp *filer_pb.SubscribeMetadataResponse) error, error) {