summaryrefslogtreecommitdiff
path: root/start.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-22 17:49:17 -0600
committerJeff Carr <[email protected]>2025-02-22 17:49:17 -0600
commit72748544f731950dfcfa861c34b68a260e1f26d5 (patch)
tree6caae6a778f193f427ddee13ca812c440b1a7f33 /start.go
parentb322484e489589c8e2b58f738a7317cdcf12a90c (diff)
Diffstat (limited to 'start.go')
-rw-r--r--start.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/start.go b/start.go
index e10f25c..541435a 100644
--- a/start.go
+++ b/start.go
@@ -5,13 +5,13 @@ package main
import (
"errors"
- pb "go.wit.com/lib/protobuf/virtbuf"
+ "go.wit.com/lib/protobuf/virtpb"
"go.wit.com/lib/virtigolib"
"go.wit.com/log"
"libvirt.org/go/libvirtxml"
)
-func newStart(start string, d *pb.Droplet) error {
+func newStart(start string, d *virtpb.Droplet) error {
if d == nil {
log.Info("log.Info: droplet is unknown:", start)
return errors.New("droplet is unknown: " + start)