summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/secrets2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/secrets b/bin/secrets
index d5161e8..f29a5b2 100755
--- a/bin/secrets
+++ b/bin/secrets
@@ -12,7 +12,7 @@ mounted() {
cmd_open() {
if ! opened; then
- pass="$(pass show crypt/luks/tozt-secrets)"
+ pass="$(rbw get luks tozt-secrets)"
echo -n "$pass" | sudo cryptsetup --key-file=- open ~/crypt/tozt-secrets.luks tozt-secrets
fi
if ! mounted; then