mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-09 20:44:03 -08:00
fix(install): correct flag parsing of install.sh
This commit is contained in:
parent
1d7f923af0
commit
7b7d0ab523
|
@ -29,7 +29,7 @@ help() {
|
|||
echo
|
||||
}
|
||||
|
||||
while getopts ":hdt:" option; do
|
||||
while getopts ":hd:t:" option; do
|
||||
case $option in
|
||||
h) # display Help
|
||||
help
|
||||
|
|
Loading…
Reference in a new issue