summaryrefslogtreecommitdiff
path: root/lib/keyringer/actions/append
diff options
context:
space:
mode:
Diffstat (limited to 'lib/keyringer/actions/append')
-rwxr-xr-xlib/keyringer/actions/append2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/keyringer/actions/append b/lib/keyringer/actions/append
index e307056..fbb6c1c 100755
--- a/lib/keyringer/actions/append
+++ b/lib/keyringer/actions/append
@@ -17,4 +17,4 @@ fi
# Append content to an existing secret
( keyringer_exec decrypt "$BASEDIR" "$FILE" && cat ) | \
- keyringer_exec encrypt-batch $BASEDIR $FILE
+ keyringer_exec encrypt-batch "$BASEDIR" "$FILE"