From 74c9f39d4824b488c79967995054d0d97bc9788d Mon Sep 17 00:00:00 2001
From: guol-fnst <guol-fnst@fujitsu.com>
Date: Tue, 28 Jun 2022 12:35:07 +0800
Subject: [PATCH] remove hdfs, add tikv for full version update

---
 weed/command/update_full.go | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/weed/command/update_full.go b/weed/command/update_full.go
index 529f38219..185203aee 100644
--- a/weed/command/update_full.go
+++ b/weed/command/update_full.go
@@ -1,5 +1,5 @@
-//go:build elastic && ydb && gocdk && hdfs
-// +build elastic,ydb,gocdk,hdfs
+//go:build elastic && ydb && gocdk && tikv
+// +build elastic,ydb,gocdk,tikv
 
 package command