summaryrefslogtreecommitdiff
path: root/plugins/1password/opswd
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/1password/opswd')
-rw-r--r--plugins/1password/opswd2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/1password/opswd b/plugins/1password/opswd
index 0f667d2ff..753de9f99 100644
--- a/plugins/1password/opswd
+++ b/plugins/1password/opswd
@@ -27,7 +27,7 @@ function opswd() {
local password
# Copy the password to the clipboard
- if ! password=$(op item get "$service" --fields password 2>/dev/null); then
+ if ! password=$(op item get "$service" --reveal --fields password 2>/dev/null); then
echo "error: could not obtain password for $service"
return 1
fi