summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSt33v <github@f3rr3t.com>2020-02-28 22:34:57 +1100
committerSt33v <github@f3rr3t.com>2020-02-28 22:34:57 +1100
commit181cdfefb24de616214ab1bd34995de515667ece (patch)
tree696d93a283140dbe383a1c83893674d902141fd7
parentd9b916b5f2a340fd723667065d6c2f104ee06817 (diff)
fix stupid line-continuation glitch
-rwxr-xr-xborgAuto.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/borgAuto.sh b/borgAuto.sh
index 3f845e2..f4a4a3e 100755
--- a/borgAuto.sh
+++ b/borgAuto.sh
@@ -66,7 +66,7 @@ backup_exit=$?
# Prune the repo of extra backups
echo $'\nPruning repository'
borg prune --stats \
- --list
+ --list \
--keep-within 3d \
--keep-daily 14 \
--keep-weekly 8 \