re-use title from previous content
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-10-26 16:16:00 +11:00
parent 220eca018c
commit 0fcbed1465

View File

@@ -354,7 +354,7 @@ func main() {
data := &goconfluence.Content{ data := &goconfluence.Content{
ID: *cPageId, ID: *cPageId,
Type: "page", Type: "page",
Title: "VMs with SCSI Bus Sharing", Title: c.Title,
Body: goconfluence.Body{ Body: goconfluence.Body{
Storage: goconfluence.Storage{ Storage: goconfluence.Storage{
Value: newContent, Value: newContent,