Skip to content

Commit

Permalink
hotfix conditional (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
jvegaf authored Sep 5, 2023
1 parent ee453ba commit 38db46b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/browse/utils.lua
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ local get_open_cmd = function()
elseif os_name == "Darwin" then
open_cmd = { "open" }
else
if is_wsl then
if is_wsl() then
open_cmd = { "wsl-open" }
else
open_cmd = { "xdg-open" }
Expand Down

0 comments on commit 38db46b

Please sign in to comment.