Lilypad-Tech / lilypad-modicum

This is the deprecated Lilypad v1. See https://github.com/bacalhau-project/lilypad for v2. Previous FEVM-Bacalhau bridge (v0): https://github.com/bacalhau-project/lilypad-v0
GNU General Public License v3.0
12 stars 8 forks source link

Broken URL in Lilypad CLI resulting in `LATEST_GIT_HASH: unbound variable` #77

Closed jochasinga closed 1 year ago

jochasinga commented 1 year ago

https://github.com/bacalhau-project/lilypad-modicum/blob/ab46722146128dda8c29695242bf03d0e0203e72/lilypad#L10

The Github URL leads to 404 not found. The repo needs to change from "lilypad" to "lilypad-modicum".

LATEST_TXT="$(curl -sSL https://raw.githubusercontent.com/bacalhau-project/lilypad-modicum/main/latest.txt)"
binocarlos commented 1 year ago

@jochasinga thanks for bug report - this was my fault because I renamed the repo and didn't update the install script

We've just pushed a fix to this and the docs so it should be working OK now...