diff options
Diffstat (limited to 'start.go')
| -rw-r--r-- | start.go | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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) |
