fix: remove stray indentation before backup flag

This commit is contained in:
2026-04-27 22:34:52 +02:00
parent 6026d7514b
commit d1f2b441c0
+1 -1
View File
@@ -50,7 +50,7 @@ if [ "$1" = "-h" ] || [ "$1" = "--help" ]; then
exit 0
fi
backup=true
backup=true
if [ "$1" = "--no-backup" ]; then
backup=false
shift