summaryrefslogtreecommitdiffstats
path: root/bin/terminate
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-10-16 04:25:09 -0400
committerJesse Luehrs <doy@tozt.net>2018-10-16 04:25:09 -0400
commitbd4b8406ddf02f6223fc1f508c4102d42765ead7 (patch)
tree50262362fe8b1ac1577d3aa9144e5099c4c312e7 /bin/terminate
parentd78e3fe6779b8bccfcc3c05bb5c601de6ffa45ef (diff)
downloadpuppet-tozt-bd4b8406ddf02f6223fc1f508c4102d42765ead7.tar.gz
puppet-tozt-bd4b8406ddf02f6223fc1f508c4102d42765ead7.zip
support managing algo instances
Diffstat (limited to 'bin/terminate')
-rwxr-xr-xbin/terminate2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/terminate b/bin/terminate
index 2805abb..7631206 100755
--- a/bin/terminate
+++ b/bin/terminate
@@ -3,7 +3,7 @@ set -eu
set -o pipefail
case "$1" in
- tozt)
+ tozt|algo)
doctl compute droplet delete "$1"
;;
*)