Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Barakudum committed Jan 29, 2024
1 parent 2ca4ffa commit a1fbdc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-files/util.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ function print_help() {

case "$1" in
"reinstall-dependencies" | "reinstall-deps")
shell_func "${@:2}"
reinstall_dependencies "${@:2}"
;;
"help" | "--help" | "-h")
"help" | "--help" | "-h" | "")
print_help "${@:2}"
;;
*)
Expand Down

0 comments on commit a1fbdc1

Please sign in to comment.