diff options
| author | Jeff Carr <[email protected]> | 2024-10-26 08:54:28 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-10-26 08:54:28 -0500 |
| commit | b4518e8b82df2109b75072c679122e4826b341ef (patch) | |
| tree | a501d4f3c0717a9a5acb51fbcec2b0cc232cda86 /start.go | |
| parent | 9020957ee73741a3f120ff7fd9f9afcb517e02ed (diff) | |
compiles and lists hypervisors
Signed-off-by: Jeff Carr <[email protected]>
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) |
