fix haskell export script (#3076)

This commit is contained in:
Gary Verhaegen 2019-10-03 08:36:14 +02:00 committed by GitHub
parent a7eec73f38
commit 5e0f664473
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,9 +10,9 @@ if [ "$#" -ne 1 ]; then
exit 1
fi
cd "$(dirname ${BASH_SOURCE[0]})"
TARGET_DIR=$(realpath $1)
TARGET_DIR=$1
cd "$(dirname ${BASH_SOURCE[0]})"
bazel build //ledger-api/grpc-definitions:all-ledger-api-haskellpb-sources