Skip to content

Commit 2c88978

Browse files
committed
fix typo
1 parent 8598a7b commit 2c88978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instance/cloudServerResize.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ type CloudServerResizeParams struct {
2828
UniqId string `yaml:"uniq-id"`
2929
ConfigId int64 `yaml:"config-id"`
3030
SkipFsResize bool `yaml:"skip-fs-resize"`
31-
PrivateParent string `yaml:"string"`
31+
PrivateParent string `yaml:"private-parent"`
3232
Memory int64 `yaml:"memory"`
3333
Vcpu int64 `yaml:"vcpu"`
3434
DiskSpace int64 `yaml:"disk-space"`

0 commit comments

Comments
 (0)