summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-04-21 18:24:34 -0500
committerJeff Carr <[email protected]>2025-04-21 20:54:42 -0500
commita24448a9d4205dbe389b6f92fdc75a3349a0ef0e (patch)
tree50818dd06cf90e817c1ba629563306424c8a5ed7 /Makefile
parent4121e66e01f5b314e4fe4999d61550fbbbc07946 (diff)
/event sends and gets an event PB
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 206234a..dea0e61 100644
--- a/Makefile
+++ b/Makefile
@@ -10,8 +10,8 @@ all: install
@echo build worked
virtigo list droplets
virtigo list droplets --on
- virtigo droplet start --name coriolis
virtigo droplet show --name coriolis
+ virtigo droplet start --name coriolis
build: goimports vet
GO111MODULE=off go build \