summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-10-19 22:57:51 -0400
committerJesse Luehrs <doy@tozt.net>2018-10-19 22:57:51 -0400
commit0fcb7aea6c32777276fe66e721ca1d5dddd2d48f (patch)
treecb6caced047f430be5c7dc81cdf028fa6d7e808c /bin
parentde4591de61942b3008e07a44344398bffc876cf2 (diff)
downloadpuppet-tozt-0fcb7aea6c32777276fe66e721ca1d5dddd2d48f.tar.gz
puppet-tozt-0fcb7aea6c32777276fe66e721ca1d5dddd2d48f.zip
fix launch-tozt helper
Diffstat (limited to 'bin')
-rwxr-xr-xbin/helpers/launch-tozt4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/helpers/launch-tozt b/bin/helpers/launch-tozt
index e562e80..2904c18 100755
--- a/bin/helpers/launch-tozt
+++ b/bin/helpers/launch-tozt
@@ -23,8 +23,8 @@ echo "Assigning floating ip to tozt..."
# 2328181259 into Go struct field Action.resource_id of type int
doctl \
-t "$(cat /mnt/digitalocean)" \
- compute floating-ip-action assign
- 138.197.58.11
+ compute floating-ip-action assign \
+ 138.197.58.11 \
"$id" || true
echo "Done assigning floating ip"