[ARVADOS] updated: 9db2a4c427c658d92305c94451e758ac59d31e64

Git user git at public.curoverse.com
Wed Mar 22 13:35:12 EDT 2017


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

       via  9db2a4c427c658d92305c94451e758ac59d31e64 (commit)
      from  ee4b429bc5680c8aa846bb4320629e370f2a146e (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 9db2a4c427c658d92305c94451e758ac59d31e64
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date:   Wed Mar 22 13:35:09 2017 -0400

    11255: Fix whitespace.

diff --git a/services/crunch-run/crunchrun.go b/services/crunch-run/crunchrun.go
index f398d43..001c763 100644
--- a/services/crunch-run/crunchrun.go
+++ b/services/crunch-run/crunchrun.go
@@ -1049,10 +1049,10 @@ func main() {
 		`Specify if networking should be enabled for container.  One of 'default', 'always':
     	default: only enable networking if container requests it.
     	always:  containers always have networking enabled
-        `)
+    	`)
 	networkMode := flag.String("container-network-mode", "default",
 		`Set networking mode for container.  Corresponds to Docker network mode (--net).
-        `)
+    	`)
 	flag.Parse()
 
 	containerId := flag.Arg(0)

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list