mirror of
https://github.com/corda/corda.git
synced 2025-01-31 00:24:59 +00:00
Minor: fix issue in the get-rate-fix demo script
This commit is contained in:
parent
0f208d8b4d
commit
2c20c8745b
@ -7,7 +7,7 @@ if [ ! -e ./gradlew ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if [ ! -d build/install/r3prototyping ]; then
|
||||
if [ ! -d build/install/r3prototyping/bin/get-rate-fix ]; then
|
||||
./gradlew installDist
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user