diff --git a/nb b/nb index a4f4f4eb..32c19a1e 100755 --- a/nb +++ b/nb @@ -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"