[ARVADOS] updated: 2.1.0-303-g8646fae34

Git user git at public.arvados.org
Mon Feb 1 01:14:27 UTC 2021


Summary of changes:
 tools/keep-block-check/keep-block-check.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  8646fae34fff9aa379a34388e90106f31d5206a4 (commit)
      from  3d1a90b959e3035de4f3be1c511a721291507b5f (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 8646fae34fff9aa379a34388e90106f31d5206a4
Author: Ward Vandewege <ward at curii.com>
Date:   Sun Jan 31 20:13:55 2021 -0500

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

diff --git a/tools/keep-block-check/keep-block-check.go b/tools/keep-block-check/keep-block-check.go
index 60d72773c..fec699f19 100644
--- a/tools/keep-block-check/keep-block-check.go
+++ b/tools/keep-block-check/keep-block-check.go
@@ -247,7 +247,7 @@ func performKeepBlockCheck(kc *keepclient.KeepClient, blobSignatureTTL time.Dura
 	log.Printf("Verify block totals: %d attempts, %d successes, %d errors", totalBlocks, totalBlocks-notFoundBlocks, notFoundBlocks)
 
 	if notFoundBlocks > 0 {
-		return fmt.Errorf("Block verification failed for %d out of %d blocks with matching prefix.", notFoundBlocks, totalBlocks)
+		return fmt.Errorf("Block verification failed for %d out of %d blocks with matching prefix", notFoundBlocks, totalBlocks)
 	}
 
 	return nil

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list