Skip to content

Commit

Permalink
fix: Incorrect socket path used browser script (#21)
Browse files Browse the repository at this point in the history
Regression introduced in #20
  • Loading branch information
mikew authored Oct 12, 2024
1 parent b738bb9 commit 813d0d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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())



Expand Down

0 comments on commit 813d0d8

Please sign in to comment.