Skip to content

Commit

Permalink
install.sh: replace tab with spaces
Browse files Browse the repository at this point in the history
to be more consistent with the rest of this script file.

Signed-off-by: Kefu Chai <[email protected]>
  • Loading branch information
tchaikov authored and fruch committed Jun 25, 2024
1 parent 4963eac commit 73bdbeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ while [ $# -gt 0 ]; do
;;
"--help")
shift 1
print_usage
print_usage
;;
*)
print_usage
Expand Down

0 comments on commit 73bdbeb

Please sign in to comment.