Skip to content

Commit

Permalink
Fix pipe
Browse files Browse the repository at this point in the history
  • Loading branch information
m-sarti committed Oct 4, 2024
1 parent dcb3616 commit 75ff3a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zsh-bws.plugin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ function bws_get() {
k:=arg_key \
i:=arg_id ||
return 1
jq -c '.value' -r <(bws_get_full $arg_id $arg_key -o json)
bws_get_full $arg_id $arg_key -o json | jq -c '.value' -r
}

function bws_copy() {
Expand Down

0 comments on commit 75ff3a4

Please sign in to comment.