Skip to content

Commit

Permalink
Don't append newline in bitwarden-value output
Browse files Browse the repository at this point in the history
  • Loading branch information
andsens committed Oct 29, 2024
1 parent 5a1eed3 commit 7b67585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/bitwarden-value
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ varname in "${varnames[@]}"; do declare -p "$p$varname";done;done;}
bitwarden-fields \
--mechanism "$__mechanism" --cache-for "$__cache_for" --purpose "$__purpose" --json \
"$ITEM" "$FIELD" | \
jq -re --arg field "$json_field" '.[$field]'
jq -jre --arg field "$json_field" '.[$field]'
}

bitwarden_value "$@"

0 comments on commit 7b67585

Please sign in to comment.