summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2023-06-05 10:40:35 +0100
committerSean Whitton <spwhitton@spwhitton.name>2023-06-05 10:40:43 +0100
commit704a16adddb3eb4aeb0d14ac1303d31fafd78efe (patch)
tree9bbd3803740abf6976e0f3a225da51343bf0cb1e /bin
parent1b2a8456793d31a852ebb96c784d7656160a832a (diff)
downloaddotfiles-704a16adddb3eb4aeb0d14ac1303d31fafd78efe.tar.gz
workstation-duplicity: shorten most common notification text
Diffstat (limited to 'bin')
-rwxr-xr-xbin/workstation-duplicity2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/workstation-duplicity b/bin/workstation-duplicity
index f9a0fc38..2b2aacc6 100755
--- a/bin/workstation-duplicity
+++ b/bin/workstation-duplicity
@@ -67,7 +67,7 @@ set -e
if [ $exit = 0 ]; then
if [ -e "$FLAG_FILE" ]; then
- type="incremental"
+ type="incr"
else
type="full"
fi