9706: 9745: Fix config struct to match example.
authorTom Clegg <tom@curoverse.com>
Tue, 16 Aug 2016 01:35:35 +0000 (21:35 -0400)
committerTom Clegg <tom@curoverse.com>
Tue, 23 Aug 2016 17:28:19 +0000 (13:28 -0400)
services/crunch-dispatch-slurm/crunch-dispatch-slurm.go

index 8686fa4284f7f785cccfe8466a7ec99da96f4289..ef08f4583a6232e245a8375602c8b438bcb5a368 100644 (file)
@@ -22,7 +22,7 @@ import (
 
 // Config used by crunch-dispatch-slurm
 type Config struct {
-       arvados.Client
+       Client arvados.Client
 
        SbatchArguments []string
        PollPeriod      arvados.Duration