diff options
Diffstat (limited to 'weed/command/update_full.go')
| -rw-r--r-- | weed/command/update_full.go | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/weed/command/update_full.go b/weed/command/update_full.go new file mode 100644 index 000000000..529f38219 --- /dev/null +++ b/weed/command/update_full.go @@ -0,0 +1,9 @@ +//go:build elastic && ydb && gocdk && hdfs +// +build elastic,ydb,gocdk,hdfs + +package command + +//set true if gtags are set +func init() { + isFullVersion = true +} |
