From ab42584d05ec15723ebba01c7c5558cc0f9dcfc0 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Wed, 5 Nov 2025 09:51:26 +0100 Subject: [PATCH] docs: update var name --- pkg/client/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/client/client.go b/pkg/client/client.go index fe7d47209..4d72c0064 100644 --- a/pkg/client/client.go +++ b/pkg/client/client.go @@ -37,7 +37,7 @@ func WithTimeout(timeout int) Opt { // New initiates a new Docker client. New client connections are validated so // that we ensure connections via SSH to the daemon can succeed. It takes into // account that you may only want the local client and not communicate via SSH. -// For this use-case, please pass "default" as the contextName. +// For this use-case, please pass "default" as the serverName. func New(serverName string, opts ...Opt) (*client.Client, error) { var clientOpts []client.Opt