summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-04-21 20:43:59 -0500
committerJeff Carr <[email protected]>2025-04-21 20:54:44 -0500
commit2c5701eecad39fd77010f1886d5ad4cd3ad2d34f (patch)
tree22ea55c8bc893b61a8b2c7877ed27c1981691aae /Makefile
parenta24448a9d4205dbe389b6f92fdc75a3349a0ef0e (diff)
droplet start workedv0.2.53
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index dea0e61..4fd4f3d 100644
--- a/Makefile
+++ b/Makefile
@@ -10,8 +10,8 @@ all: install
@echo build worked
virtigo list droplets
virtigo list droplets --on
- virtigo droplet show --name coriolis
- virtigo droplet start --name coriolis
+ virtigo droplet show --name check.lab.wit.org
+ virtigo droplet start --name check.lab.wit.org
build: goimports vet
GO111MODULE=off go build \