From eb676e8cfa3cd8f68a3a430cafc41dda96f8870e Mon Sep 17 00:00:00 2001 From: GrĂ©goire DuchĂȘne Date: Sat, 16 Oct 2021 10:20:06 +0100 Subject: zsh/op-ssh-add: Remove superfluous jq option --- zsh/functions/op-ssh-add | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/functions/op-ssh-add b/zsh/functions/op-ssh-add index 3a39585..a6633bf 100644 --- a/zsh/functions/op-ssh-add +++ b/zsh/functions/op-ssh-add @@ -54,5 +54,5 @@ zpty -w ssh $(trap - | op get item \ --fields fingerprint,password \ --session ${session} - \ - | jq -jr "select(.fingerprint == \"${fp}\") | .password") + | jq -j "select(.fingerprint == \"${fp}\") | .password") zpty -r ssh -- cgit v1.2.3-70-g09d2