summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-03-20 10:08:31 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-03-20 10:08:31 +0100
commit3577111c0603e7dc6da64f5559ccfbfca8e3d4af (patch)
treea3756a63ed8632f099e22e3a1e4c0af2bfe95902
parent1f2584c7f72d286261393d3ea277308e2d3458b5 (diff)
parent62ff0f0ec07fe11e1c72022970399725fbc475d2 (diff)
downloadqutebrowser-3577111c0603e7dc6da64f5559ccfbfca8e3d4af.tar.gz
qutebrowser-3577111c0603e7dc6da64f5559ccfbfca8e3d4af.zip
Merge remote-tracking branch 'origin/pr/6301'
-rwxr-xr-xmisc/userscripts/qute-pass2
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/userscripts/qute-pass b/misc/userscripts/qute-pass
index 8e1827935..42e21b528 100755
--- a/misc/userscripts/qute-pass
+++ b/misc/userscripts/qute-pass
@@ -158,6 +158,8 @@ def pass_(path):
def pass_otp(path):
+ if arguments.mode == "gopass":
+ return _run_pass(['otp', '-o', path])
return _run_pass(['otp', path])