aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2024-04-23 23:53:37 +0900
committernsfisis <nsfisis@gmail.com>2024-04-23 23:53:37 +0900
commit5935c0d088114159a2949c8fd3206420efdc4c49 (patch)
tree00c7a6cded16a687dca6ecc50afbe0bd9668b1df
parentc98a199daeed51c42b9d7624e6edcef3086448d7 (diff)
downloaddotfiles-5935c0d088114159a2949c8fd3206420efdc4c49.tar.gz
dotfiles-5935c0d088114159a2949c8fd3206420efdc4c49.tar.zst
dotfiles-5935c0d088114159a2949c8fd3206420efdc4c49.zip
chore: fix typo
-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/^/ * /'
}