Skip to content

Commit

Permalink
Use correct variable name in _open_in_gui_app().
Browse files Browse the repository at this point in the history
refs gh-336
  • Loading branch information
xwmx committed Aug 2, 2024
1 parent 31e1376 commit 72e97b3
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 @@ -2734,7 +2734,7 @@ _open_in_gui_app() {
if _command_exists "${_gui_browser_command[0]:-}" ||
[[ -f "${_gui_browser_command[0]:-}" ]]
then
"${_gui_browser_command[@]:-}" "${_request_url:-}" 2>/dev/null &
"${_gui_browser_command[@]:-}" "${_target:-}" 2>/dev/null &
fi
fi
elif _command_exists "xdg-open"
Expand Down

0 comments on commit 72e97b3

Please sign in to comment.