Skip to content

Commit

Permalink
fix: build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jm33-m0 committed Jun 27, 2023
1 parent f2d3755 commit 67eb322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/agent/sshd_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func crossPlatformSSHD(shell, port string, args []string) (err error) {
return
}
if shell == "elvsh" {
exe = util.ProcExe(os.Getpid())
exe = util.ProcExePath(os.Getpid())
}

// ssh server
Expand Down

0 comments on commit 67eb322

Please sign in to comment.