diff options
| author | nsfisis <nsfisis@gmail.com> | 2024-04-23 23:53:37 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-04-23 23:53:37 +0900 |
| commit | 5935c0d088114159a2949c8fd3206420efdc4c49 (patch) | |
| tree | 00c7a6cded16a687dca6ecc50afbe0bd9668b1df /bootstrap | |
| parent | c98a199daeed51c42b9d7624e6edcef3086448d7 (diff) | |
| download | dotfiles-5935c0d088114159a2949c8fd3206420efdc4c49.tar.gz dotfiles-5935c0d088114159a2949c8fd3206420efdc4c49.tar.zst dotfiles-5935c0d088114159a2949c8fd3206420efdc4c49.zip | |
chore: fix typo
Diffstat (limited to 'bootstrap')
| -rwxr-xr-x | bootstrap | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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/^/ * /' } |
