diff --git a/src/client/main.go b/src/client/main.go index a1f0d24..accb28f 100644 --- a/src/client/main.go +++ b/src/client/main.go @@ -238,7 +238,7 @@ vim.fn.writefile(vim.fn.split(script_contents, '\n'), browser_script_path) os.execute('chmod +x ' .. browser_script_path) return true - `, nil, nvrhContext.BrowserScriptPath, nvrhContext.LocalSocketOrPort(), nv.ChannelID()) + `, nil, nvrhContext.BrowserScriptPath, nvrhContext.RemoteSocketOrPort(), nv.ChannelID())