From 79b9ca9f6acb479dc7fee9551e4ac10c94971d58 Mon Sep 17 00:00:00 2001 From: sjcsjc123 <1401189096@qq.com> Date: Thu, 26 Oct 2023 21:01:01 +0800 Subject: [PATCH] fix ci bug --- utils/weed/interface.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/weed/interface.go b/utils/weed/interface.go index bcaf0dcd733..3271f1d1dc9 100644 --- a/utils/weed/interface.go +++ b/utils/weed/interface.go @@ -52,7 +52,7 @@ type Config struct { WeedMasterPort int // WeedVolumePort is the port of the weed volume node. WeedVolumePort int - // NeedMoreLocalNode is the flag of whether need more local weed node. + // NeedMoreLocalNode is the flag of whether you need more local weed node. NeedMoreLocalNode bool // WeedMasterDir is the directory of the weed master node. WeedMasterDir string