aboutsummaryrefslogtreecommitdiffhomepage
path: root/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index 628234f..860d499 100755
--- a/bootstrap
+++ b/bootstrap
@@ -4,7 +4,7 @@ MITAMAE_VERSION=v1.14.0
usage() {
echo "Usage: $0 <host>"
- echo "Availabel hosts:"
+ echo "Available hosts:"
find mitamae -name 'node.*.json' | sed -e 's#^mitamae/node[.]##' -e 's#.json##' | sort | sed -e 's/^/ * /'
}