mirror of
https://github.com/corda/corda.git
synced 2025-04-26 13:59:56 +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
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! -d build/install/r3prototyping ]; then
|
if [ ! -d build/install/r3prototyping/bin/get-rate-fix ]; then
|
||||||
./gradlew installDist
|
./gradlew installDist
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user