[ARVADOS] updated: 1.1.0-149-gcb9c8f8

Git user git at public.curoverse.com
Wed Nov 29 10:58:10 EST 2017


Summary of changes:
 services/crunch-run/crunchrun.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  cb9c8f800495b8a499348d931326a06f020b8ffa (commit)
      from  ca06cfbda0e84d469f7810a280cfa4dfa8997260 (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 cb9c8f800495b8a499348d931326a06f020b8ffa
Author: Lucas Di Pentima <ldipentima at veritasgenetics.com>
Date:   Wed Nov 29 12:57:48 2017 -0300

    10666: Fixed flags issue.
    
    Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima at veritasgenetics.com>

diff --git a/services/crunch-run/crunchrun.go b/services/crunch-run/crunchrun.go
index 2890978..c983cbd 100644
--- a/services/crunch-run/crunchrun.go
+++ b/services/crunch-run/crunchrun.go
@@ -1594,7 +1594,7 @@ func main() {
 		`Set networking mode for container.  Corresponds to Docker network mode (--net).
     	`)
 	memprofile := flag.String("memprofile", "", "write memory profile to `file` after running container")
-	getVersion := flags.Bool("version", false, "Print version information and exit.")
+	getVersion := flag.Bool("version", false, "Print version information and exit.")
 	flag.Parse()
 
 	// Print version information if requested

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list