travis: fix bitcoind update

This commit is contained in:
Andrew Chow 2019-02-18 12:59:36 -05:00
parent dba7acd5ed
commit ff8e257839

View File

@ -164,8 +164,8 @@ else
if [ $LOCAL = $REMOTE ]; then
echo "Up-to-date"
else
git reset --hard origin/hww
elif [ $LOCAL = $BASE ]; then
git pull
bitcoind_setup_needed=true
fi
fi