Skip to content

Commit

Permalink
bitwarden-fields: Fix purpose arg default
Browse files Browse the repository at this point in the history
  • Loading branch information
andsens committed May 30, 2024
1 parent 255246a commit 9032249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/bitwarden-fields
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ docopt_i=1;[[ $BASH_VERSION =~ ^4.3 ]] && docopt_i=2;for \
if [[ $__mechanism = bw ]] || ! data=$(socket-credential-cache get "$cache_name" 2>/dev/null); then
data_from_cache=false
if [[ -z $BW_SESSION ]]; then
if [[ $__purpose = $'\\\nretrieve "$ITEMNAME"' ]]; then
if [[ $__purpose = "retrieve \"\$ITEMNAME\"" ]]; then
__purpose="retrieve \"$ITEMNAME\""
fi
export BW_SESSION
Expand Down

0 comments on commit 9032249

Please sign in to comment.