Minor: fix issue in the get-rate-fix demo script

This commit is contained in:
Mike Hearn 2016-03-09 12:16:25 +01:00
parent 0f208d8b4d
commit 2c20c8745b

View File

@ -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