summaryrefslogtreecommitdiff
path: root/create-vm
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-11-16 20:28:34 +0200
committerLars Wirzenius <liw@liw.fi>2015-11-16 20:28:34 +0200
commit472cc65a58f54fb3a873a50bbea0fc5b26619f2c (patch)
tree7def37f78740911f3076b8297469a6c4240966b0 /create-vm
parent632cc619597f8ceb61fc633ae48df6470f54521a (diff)
downloadansibleness-472cc65a58f54fb3a873a50bbea0fc5b26619f2c.tar.gz
Fix typo
Diffstat (limited to 'create-vm')
-rwxr-xr-xcreate-vm2
1 files changed, 1 insertions, 1 deletions
diff --git a/create-vm b/create-vm
index 57d3206..a9e4756 100755
--- a/create-vm
+++ b/create-vm
@@ -84,5 +84,5 @@ then
# Done.
echo "Virtual machine $name ($ip) has been created and started."
else
- echo "Virtual machien $name has been created and started, and may be ready soon."
+ echo "Virtual machine $name has been created and started, and may be ready soon."
fi