projects
/
arvados.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d25acd6
)
9706: 9745: Fix config struct to match example.
author
Tom Clegg <tom@curoverse.com>
Tue, 16 Aug 2016 01:35:35 +0000
(21:35 -0400)
committer
Tom Clegg <tom@curoverse.com>
Tue, 23 Aug 2016 17:28:19 +0000
(13:28 -0400)
services/crunch-dispatch-slurm/crunch-dispatch-slurm.go
patch
|
blob
|
history
diff --git
a/services/crunch-dispatch-slurm/crunch-dispatch-slurm.go
b/services/crunch-dispatch-slurm/crunch-dispatch-slurm.go
index 8686fa4284f7f785cccfe8466a7ec99da96f4289..ef08f4583a6232e245a8375602c8b438bcb5a368 100644
(file)
--- a/
services/crunch-dispatch-slurm/crunch-dispatch-slurm.go
+++ b/
services/crunch-dispatch-slurm/crunch-dispatch-slurm.go
@@
-22,7
+22,7
@@
import (
// Config used by crunch-dispatch-slurm
type Config struct {
- arvados.Client
+
Client
arvados.Client
SbatchArguments []string
PollPeriod arvados.Duration