Fix updater

This commit is contained in:
Greg Hellings
2025-08-08 16:44:40 -05:00
parent 3c22f9e55f
commit b7b096e76f
+1 -1
View File
@@ -19,7 +19,7 @@ writeShellApplication {
new_rev="$(svn info "$url" --show-item revision)"
echo "NEW_REV=$new_rev"
if [ "$new_rev" == "$old_rev" ]; then
#exit 0
exit 0
else
echo "DO_UPDATE=1"
fi