From b8759005a3c95f6e8b432091549f3a06482de0f9 Mon Sep 17 00:00:00 2001 From: sreya Date: Fri, 24 Jun 2022 23:20:47 +0000 Subject: [PATCH] fix: use absolute path for config-ssh coder binary --- cli/configssh.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/configssh.go b/cli/configssh.go index 725e634e3e989..6ea03abd3f903 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