summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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 \