aboutsummaryrefslogtreecommitdiff
path: root/sensitive
diff options
context:
space:
mode:
Diffstat (limited to 'sensitive')
-rwxr-xr-xsensitive2
1 files changed, 1 insertions, 1 deletions
diff --git a/sensitive b/sensitive
index a6a839e..b79cc2b 100755
--- a/sensitive
+++ b/sensitive
@@ -5,7 +5,7 @@ sensitive_files=("config/aerc/accounts.conf")
if [[ "$1" == "update" ]]; then
echo "Updating"
for sensitive_file in $sensitive_files; do
- age -R ~/.dotfiles/recipients.txt -o $sensitive_file.age $sensitive_file
+ age -R ~/.dotfiles/age-recipients -o $sensitive_file.age $sensitive_file
done
else
echo "Decrypting"