summaryrefslogtreecommitdiff
path: root/start.go
diff options
context:
space:
mode:
Diffstat (limited to 'start.go')
-rw-r--r--start.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/start.go b/start.go
index 612a824..e6c0b58 100644
--- a/start.go
+++ b/start.go
@@ -11,8 +11,7 @@ import (
)
func newStart(start string) {
- meDrop := findDroplet(start)
- d := meDrop.pb
+ d := findDroplet(start)
if d == nil {
log.Info("droplet is unknown:", start)
os.Exit(0)