We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57355fb commit 1220039Copy full SHA for 1220039
cli/configssh.go
@@ -252,7 +252,7 @@ func (r *RootCmd) configSSH() *clibase.Cmd {
252
escapedHeaderCommand := ""
253
254
if r.headerCommand != "" {
255
- headerCommand, err := sshConfigExecEscape(coderBinary, forceUnixSeparators)
+ headerCommand, err := sshConfigExecEscape(r.headerCommand, forceUnixSeparators)
256
if err != nil {
257
return xerrors.Errorf("escape header command for ssh failed: %w", err)
258
}
0 commit comments