From 0fcbed1465dfe678819b8de5055a93204b2f83a5 Mon Sep 17 00:00:00 2001 From: Nathan Coad Date: Thu, 26 Oct 2023 16:16:00 +1100 Subject: [PATCH] re-use title from previous content --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index bddc223..460ca1d 100644 --- a/main.go +++ b/main.go @@ -354,7 +354,7 @@ func main() { data := &goconfluence.Content{ ID: *cPageId, Type: "page", - Title: "VMs with SCSI Bus Sharing", + Title: c.Title, Body: goconfluence.Body{ Storage: goconfluence.Storage{ Value: newContent,