Skip to content

Commit

Permalink
Fixed typo in bin/spark-sql
Browse files Browse the repository at this point in the history
  • Loading branch information
liancheng committed Aug 6, 2014
1 parent f12a0b1 commit aed523f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/spark-sql
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function ensure_arg_number {
fi
}

if [[ "$@" = --help ]] || [[ "$@" = -H ]]; then
if [[ "$@" = --help ]] || [[ "$@" = -h ]]; then
usage
exit 0
fi
Expand Down

0 comments on commit aed523f

Please sign in to comment.