fix mis-spelled send option for embedded data

fixes https://github.com/zrepl/zrepl/issues/522
This commit is contained in:
Christian Schwarz
2021-11-10 18:49:10 +01:00
parent c2fbf93365
commit 20ff9717bc
3 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ type SendOptions struct {
BackupProperties bool `yaml:"backup_properties,optional,default=false"`
LargeBlocks bool `yaml:"large_blocks,optional,default=false"`
Compressed bool `yaml:"compressed,optional,default=false"`
EmbeddedData bool `yaml:"embbeded_data,optional,default=false"`
EmbeddedData bool `yaml:"embedded_data,optional,default=false"`
Saved bool `yaml:"saved,optional,default=false"`
BandwidthLimit *BandwidthLimit `yaml:"bandwidth_limit,optional,fromdefaults"`