add error message

pull/5819/head
Megan Marsh 8 years ago committed by Matthew Hooker
parent a66dfe1972
commit 0117f53721
No known key found for this signature in database
GPG Key ID: 7B5F933D9CE8C6A1

@ -51,6 +51,10 @@ func (s *stepCreateIPReservation) Run(state multistep.StateBag) multistep.StepAc
Shape: config.Shape,
ImageList: config.ImageList,
})
if err != nil {
fmt.Printf("Error creating launch plan definition: %s", err)
return "", err
}
// command line call
// $ opc compute launch-plans add --request-body=./master-instance.json
// ...

Loading…
Cancel
Save