diff --git a/scripts/midas-loop.sh b/scripts/midas-loop.sh index e01d308..bf326b0 100755 --- a/scripts/midas-loop.sh +++ b/scripts/midas-loop.sh @@ -15,11 +15,11 @@ trap cleanup EXIT # Check existence of files if [[ ! -f "midas-loop.jar" ]]; then echo "Did not find midas-loop.jar. Downloading at ./midas-loop.jar" - curl -L "https://github.com/gucorpling/midas-loop/releases/download/v0.0.1-rc2/midas-loop-v0.0.1-rc2.jar" -o "midas-loop.jar" + curl -L "https://github.com/gucorpling/midas-loop/releases/download/v0.0.1/midas-loop-v0.0.1.jar" -o "midas-loop.jar" fi if [[ ! -f "config.edn" ]]; then echo "Did not find config.edn. Downloading at ./config.edn" - curl -L "https://raw.githubusercontent.com/gucorpling/midas-loop/v0.0.1-rc2/env/prod/resources/config.edn" -o "config.edn" + curl -L "https://raw.githubusercontent.com/gucorpling/midas-loop/v0.0.1/env/prod/resources/config.edn" -o "config.edn" fi # start services