Skip to content

Commit

Permalink
remove quoting of cuff args
Browse files Browse the repository at this point in the history
  • Loading branch information
loiccoyle committed Jul 15, 2021
1 parent 85e5f8a commit 0ab444c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rofi-cuff
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ search() {
local query
query="$("${INPUT_CMD[@]}")" || exit
results="$(
cuff "${CUFF_ARGS[@]}" search -s "Peers" "${TRACKER_ARGS[@]}" "${CATEGORY_ARGS[@]}" "$query"
cuff ${CUFF_ARGS[@]} search -s "Peers" ${TRACKER_ARGS[@]} ${CATEGORY_ARGS[@]} "$query"
)" || exit
fi

Expand Down

0 comments on commit 0ab444c

Please sign in to comment.