summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
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