[ARVADOS] updated: a0c3e9caf12ba9873c28aae990c1d2abf480f34b
Git user
git at public.curoverse.com
Fri May 20 08:39:39 EDT 2016
Summary of changes:
sdk/go/x/arvados/client.go | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
via a0c3e9caf12ba9873c28aae990c1d2abf480f34b (commit)
from 92d586bf985b811f730be93834f297a10288dcbb (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit a0c3e9caf12ba9873c28aae990c1d2abf480f34b
Author: Tom Clegg <tom at curoverse.com>
Date: Fri May 20 08:39:34 2016 -0400
9162: Tweak wording on Insecure flag
diff --git a/sdk/go/x/arvados/client.go b/sdk/go/x/arvados/client.go
index 47bbc07..4d2b538 100644
--- a/sdk/go/x/arvados/client.go
+++ b/sdk/go/x/arvados/client.go
@@ -22,8 +22,8 @@ type Client struct {
// User authentication token.
AuthToken string
- // Accept unverified certificates. If a Client is provided by
- // the caller, this has no effect.
+ // Accept unverified certificates. This works only if the
+ // Client field is nil: otherwise, it has no effect.
Insecure bool
}
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list