Update duckduckgo.sh

This commit is contained in:
Swift42 2026-04-10 21:57:54 +02:00 committed by Teknium
parent 04068c5891
commit d41ca86f74

View file

@ -25,4 +25,4 @@ if ! command -v ddgs &> /dev/null; then
exit 1
fi
ddgs text -k "$QUERY" -m "$MAX_RESULTS"
ddgs text -q "$QUERY" -m "$MAX_RESULTS"