[ARVADOS] updated: 2.1.0-537-g81b52673b

Git user git at public.arvados.org
Sun Mar 28 01:42:38 UTC 2021


Summary of changes:
 lib/config/load.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  81b52673bbf21a8b88dec102465cb29b5f24edc0 (commit)
      from  d137df8c3b8aff7085c9ff5e7a423f56a5e9a736 (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 81b52673bbf21a8b88dec102465cb29b5f24edc0
Author: Ward Vandewege <ward at curii.com>
Date:   Sat Mar 27 21:42:27 2021 -0400

    Fix golint warning.
    
    No issue #
    
    Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>

diff --git a/lib/config/load.go b/lib/config/load.go
index f68235937..b42e1a3c1 100644
--- a/lib/config/load.go
+++ b/lib/config/load.go
@@ -270,7 +270,7 @@ func (ldr *Loader) Load() (*arvados.Config, error) {
 
 	// Check for known mistakes
 	for id, cc := range cfg.Clusters {
-		for remote, _ := range cc.RemoteClusters {
+		for remote := range cc.RemoteClusters {
 			if remote == "*" || remote == "SAMPLE" {
 				continue
 			}

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list