From b47fd6448fbb3f16124eddf9eb9fc18f781a99b3 Mon Sep 17 00:00:00 2001 From: Christopher Swenson Date: Mon, 5 Dec 2022 09:36:41 -0800 Subject: [PATCH] Update client.go Co-authored-by: Tom Proctor --- client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.go b/client.go index cf5608c6..3778a390 100644 --- a/client.go +++ b/client.go @@ -34,7 +34,7 @@ const unrecognizedRemotePluginMessage = `Unrecognized remote plugin message: %s This usually means the plugin was not compiled for this architecture, the plugin is missing dynamic-link libraries necessary to run, - the plugin is not readable by this process, or + the plugin is not executable by this process due to file permissions, or the plugin failed to negotiate the initial go-plugin protocol handshake %s`