re-use title from previous content
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
2
main.go
2
main.go
@@ -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,
|
||||||
|
Reference in New Issue
Block a user