fix: use absolute path for config-ssh coder binary (#2647)

This commit is contained in:
Jon Ayers
2022-06-27 12:15:55 -05:00
committed by GitHub
parent 6429dfee1f
commit 3a3aa493f1
+1 -1
View File
@@ -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