Skip to content

Commit

Permalink
fix typo, #17 @Hrishabh23
Browse files Browse the repository at this point in the history
  • Loading branch information
javier-lopez committed Oct 22, 2019
1 parent 1adbb85 commit 520a6dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static-get
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ for arg in "${@}"; do #parse options
esac
;;

'-t'|'--distro'|t*|--distro*)
'-t'|'--distro'|-t*|--distro*)
case "${arg}" in
'-t'|'--distro')
if [ "${#}" -gt "1" ]; then
Expand Down

0 comments on commit 520a6dd

Please sign in to comment.