Skip to content

Commit 3a3aa49

Browse files
authored
fix: use absolute path for config-ssh coder binary (coder#2647)
1 parent 6429dfe commit 3a3aa49

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
@@ -546,7 +546,7 @@ func currentBinPath(w io.Writer) (string, error) {
546546
_, _ = fmt.Fprint(w, "\n")
547547
}
548548

549-
return binName, nil
549+
return exePath, nil
550550
}
551551

552552
// diffBytes takes two byte slices and diffs them as if they were in a

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy