From 0bc77b6dc21f94cbfe2b70c9e8c42b3c371f1940 Mon Sep 17 00:00:00 2001 From: Mmx233 Date: Fri, 1 Dec 2023 00:30:38 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=AD=A3=20yaml=20meta=20doubl?= =?UTF-8?q?e=5Fstack=20=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/srun/models.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/srun/models.go b/pkg/srun/models.go index 1d98c9d..1c7e4b4 100644 --- a/pkg/srun/models.go +++ b/pkg/srun/models.go @@ -16,7 +16,7 @@ type LoginMeta struct { OS string `json:"os" yaml:"os"` Name string `json:"name" yaml:"name"` InfoPrefix string `json:"info_prefix" yaml:"info_prefix"` - DoubleStack bool `json:"double_stack" json:"double_stack"` + DoubleStack bool `json:"double_stack" yaml:"double_stack"` } type LoginInfo struct {