Skip to content

Commit

Permalink
Add datafusion dir
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisnic committed Jul 22, 2021
1 parent ed9afad commit a0bfc6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev/release/post-03-website.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ SOURCE_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
ARROW_DIR="${SOURCE_DIR}/../.."
ARROW_SITE_DIR="${ARROW_DIR}/../arrow-site"
ARROW_RS_DIR="${ARROW_DIR}/../arrow-rs"
ARROW_DF_DIR="${ARROW_DIR}/../arrow-datafusion"

if [ "$#" -ne 2 ]; then
echo "Usage: $0 <previous-version> <version>"
Expand Down

0 comments on commit a0bfc6b

Please sign in to comment.