summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-10-26 19:34:32 -0500
committerJeff Carr <[email protected]>2024-10-26 19:34:32 -0500
commit970e6c24dc98d81e1726db3afe1dca8a67ad4832 (patch)
tree0312e1b4b2532c5f5600fbdba3e8f5464da9092e /main.go
parent07ef0b9f5bad28d5e280f7cfb55feafd36b35e80 (diff)
compiles
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
-rw-r--r--main.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.go b/main.go
index 85e0c80..19c684f 100644
--- a/main.go
+++ b/main.go
@@ -62,7 +62,8 @@ func main() {
}
if argv.Start != "" {
- newStart(argv.Start)
+ d := me.cluster.FindDroplet(argv.Start)
+ newStart(argv.Start, d)
os.Exit(0)
}