mirror of
https://github.com/corda/corda.git
synced 2025-06-13 04:38:19 +00:00
Minor: fix issue in the get-rate-fix demo script
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user