From 3a3aa493f1770f6e27a9d44792add5992a340424 Mon Sep 17 00:00:00 2001 From: Jon Ayers Date: Mon, 27 Jun 2022 12:15:55 -0500 Subject: [PATCH] fix: use absolute path for config-ssh coder binary (#2647) --- cli/configssh.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/configssh.go b/cli/configssh.go index 725e634e3e..6ea03abd3f 100644 --- a/cli/configssh.go +++ b/cli/configssh.go @@ -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