mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
fix: use absolute path for config-ssh coder binary (#2647)
This commit is contained in:
+1
-1
@@ -546,7 +546,7 @@ func currentBinPath(w io.Writer) (string, error) {
|
||||
_, _ = fmt.Fprint(w, "\n")
|
||||
}
|
||||
|
||||
return binName, nil
|
||||
return exePath, nil
|
||||
}
|
||||
|
||||
// diffBytes takes two byte slices and diffs them as if they were in a
|
||||
|
||||
Reference in New Issue
Block a user