diff options
| author | Paul Buetow <pbuetow@mimecast.com> | 2020-12-08 14:32:29 +0000 |
|---|---|---|
| committer | Paul Buetow <pbuetow@mimecast.com> | 2020-12-08 14:32:29 +0000 |
| commit | 602fb36da6c734a2d64bf4be13719c7349d5fe73 (patch) | |
| tree | 71dd7f67e9fc1ae3b5a55433425120b57a53e73c /internal/server/continuous.go | |
| parent | c74bfb883c35b15883e4cb1356e8a52282b96971 (diff) | |
make lint and vet happy
Diffstat (limited to 'internal/server/continuous.go')
| -rw-r--r-- | internal/server/continuous.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/server/continuous.go b/internal/server/continuous.go index 583d136..f75c732 100644 --- a/internal/server/continuous.go +++ b/internal/server/continuous.go @@ -92,7 +92,7 @@ func (c *continuous) runJob(ctx context.Context, job config.Continuous) { } logger.Info(fmt.Sprintf("Starting job %s", job.Name)) - status := client.Start(jobCtx, make(chan struct{})) + status := client.Start(jobCtx, make(chan string)) logMessage := fmt.Sprintf("Job exited with status %d", status) if status != 0 { |
