Skip to content

Commit

Permalink
updated avro_tools.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Sep 16, 2024
1 parent 5e84bff commit 8ba0533
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data/avro_tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ if [ -z "$avro_tools_jar" ] ||
"$srcdir/../install/download_avro_tools.sh"
popd &>/dev/null || die "Failed to return to original dir"
avro_tools_jar="$(find "$srcdir" -maxdepth 1 -name 'avro-tools-*.jar' | sort -Vr | head -n 1)"
echo
fi

java -jar "$avro_tools_jar" "$@"

0 comments on commit 8ba0533

Please sign in to comment.