Skip to content

Commit

Permalink
Detect Chromium $_download_command in _download_from().
Browse files Browse the repository at this point in the history
  • Loading branch information
xwmx committed Jan 23, 2024
1 parent a3ba37e commit 63a62fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nb
Original file line number Diff line number Diff line change
Expand Up @@ -10059,7 +10059,7 @@ _download_from() {
fi

case "${_download_command:-}" in
*hrome*)
*hrome*|*hromium*)
{
"${_download_command:-}" \
--dump-dom \
Expand Down

0 comments on commit 63a62fb

Please sign in to comment.