Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pan3793 committed Nov 7, 2023
1 parent 514b27a commit df870df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testing/downloadLivy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@

if [[ "$#" -ne 1 && "$#" -ne 2 ]]; then
echo "usage) $0 <livy version> [scala version]"
echo " eg) $0 0.2"
echo " $0 0.8 2.11"
echo " eg) $0 0.7.1-incubating"
echo " $0 0.8.0-incubating 2.11"
exit 0
fi

Expand Down

0 comments on commit df870df

Please sign in to comment.