[ARVADOS] updated: 1.3.0-1716-g3d3ca826b

Git user git at public.curoverse.com
Thu Oct 10 13:52:20 UTC 2019


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

       via  3d3ca826b46de3fd8c4b7175f7525740316892a0 (commit)
      from  a169f9fe06c58b459347c1c71d3a4d725dfddb97 (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 3d3ca826b46de3fd8c4b7175f7525740316892a0
Author: Tom Clegg <tclegg at veritasgenetics.com>
Date:   Thu Oct 10 09:51:38 2019 -0400

    Fix typo.
    
    No issue #
    
    Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg at veritasgenetics.com>

diff --git a/lib/config/deprecated.go b/lib/config/deprecated.go
index 22eed080a..7b11e090e 100644
--- a/lib/config/deprecated.go
+++ b/lib/config/deprecated.go
@@ -539,7 +539,7 @@ func (ldr *Loader) loadOldKeepBalanceConfig(cfg *arvados.Config) error {
 	if oc.KeepServiceTypes != nil {
 		numTypes := len(*oc.KeepServiceTypes)
 		if numTypes != 0 && !(numTypes == 1 && (*oc.KeepServiceTypes)[0] == "disk") {
-			return fmt.Errorf(msg, "KeepServiceType")
+			return fmt.Errorf(msg, "KeepServiceTypes")
 		}
 	}
 

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list