mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-13 00:16:19 +03:00
fix haskell export script (#3076)
This commit is contained in:
parent
a7eec73f38
commit
5e0f664473
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user