fix(install): correct flag parsing of install.sh

This commit is contained in:
Kenta Kubo 2024-01-06 21:52:45 +09:00 committed by GitHub
parent 1d7f923af0
commit 7b7d0ab523
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,7 +29,7 @@ help() {
echo
}
while getopts ":hdt:" option; do
while getopts ":hd:t:" option; do
case $option in
h) # display Help
help