diff --git a/update.sh b/update.sh index 929aa05..5ac4767 100755 --- a/update.sh +++ b/update.sh @@ -10,7 +10,7 @@ git reset --hard origin/master ### ---- ### version=$(curl -s "https://lv.luzifer.io/catalog-api/yggdrasil/latest.txt?p=version") -grep -q "YGGDRASIL_VERSION=${version} " Dockerfile && exit 0 || echo "Update required" +grep -q "YGGDRASIL_VERSION=${version}" Dockerfile && exit 0 || echo "Update required" sed -Ei \ -e "s/YGGDRASIL_VERSION=[0-9.]+/YGGDRASIL_VERSION=${version}/" \