Remove redundant exit 0

This commit is contained in:
MareStare 2025-03-26 12:34:29 +00:00
parent bf12ed44b9
commit c134092394

View file

@ -49,5 +49,3 @@ fi
# Add the modified/prettified files to staging
echo "$files" | xargs git add
exit 0