summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2018-12-24 15:44:49 -0500
committerLuke Shumaker <lukeshu@lukeshu.com>2018-12-24 15:45:06 -0500
commitdd4c35fb1cb19ea481fd671094f51476107c6903 (patch)
treecdb60b747a7fabe14854492b3502e1513ce2f9b4
parent080e1c1062a30e27012cf7b0c0d8786aa4af2f57 (diff)
mgmt-backup: Tidy whitespace
-rw-r--r--config-parabola-mgmt-backup.PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/config-parabola-mgmt-backup.PKGBUILD b/config-parabola-mgmt-backup.PKGBUILD
index 7c4f23a..3e0dda6 100644
--- a/config-parabola-mgmt-backup.PKGBUILD
+++ b/config-parabola-mgmt-backup.PKGBUILD
@@ -1,5 +1,5 @@
. ${BUILDFILE%/*}/common.sh
-pkgver=20181224.1
+pkgver=20181224.2
package() {
preamble
@@ -159,7 +159,7 @@ die() {
else
full_size=$size
fi
- last=${snap_parent[$last]}
+ last=${snap_parent[$last]}
done
printf '%s+%s\n' "$full_size" "$inc_size"
}