[ARVADOS] updated: 28a9d0543c7d6f38695d83f63698171df7a5156d

Git user git at public.curoverse.com
Fri Jan 27 15:45:36 EST 2017


Summary of changes:
 sdk/go/config/dump.go | 2 ++
 1 file changed, 2 insertions(+)

       via  28a9d0543c7d6f38695d83f63698171df7a5156d (commit)
      from  b9aef91effaa4ddeb115579cff4c1a47b09b606c (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 28a9d0543c7d6f38695d83f63698171df7a5156d
Author: Tom Clegg <tom at curoverse.com>
Date:   Fri Jan 27 15:45:27 2017 -0500

    10690: Fix missing return after exit().

diff --git a/sdk/go/config/dump.go b/sdk/go/config/dump.go
index 30dbb8a..36c50eb 100644
--- a/sdk/go/config/dump.go
+++ b/sdk/go/config/dump.go
@@ -1,6 +1,7 @@
 package config
 
 import (
+	"errors"
 	"os"
 
 	"github.com/ghodss/yaml"
@@ -22,4 +23,5 @@ func DumpAndExit(cfg interface{}) error {
 		return err
 	}
 	os.Exit(0)
+	return errors.New("exit failed!?")
 }

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list