Skip to content

Commit 1220039

Browse files
committed
chore: fix up the variable name
1 parent 57355fb commit 1220039

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/configssh.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ func (r *RootCmd) configSSH() *clibase.Cmd {
252252
escapedHeaderCommand := ""
253253

254254
if r.headerCommand != "" {
255-
headerCommand, err := sshConfigExecEscape(coderBinary, forceUnixSeparators)
255+
headerCommand, err := sshConfigExecEscape(r.headerCommand, forceUnixSeparators)
256256
if err != nil {
257257
return xerrors.Errorf("escape header command for ssh failed: %w", err)
258258
}

0 commit comments

Comments
 (0)