From 1ca858fa92e168f9dab220da22dde3a1ab7beff2 Mon Sep 17 00:00:00 2001 From: Michael Schurter Date: Mon, 14 Jan 2019 12:31:27 -0500 Subject: [PATCH] Update client/allocrunner/taskrunner/stats_hook.go Co-Authored-By: nickethier --- client/allocrunner/taskrunner/stats_hook.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/allocrunner/taskrunner/stats_hook.go b/client/allocrunner/taskrunner/stats_hook.go index 1b93feec7..4d0e0bc1c 100644 --- a/client/allocrunner/taskrunner/stats_hook.go +++ b/client/allocrunner/taskrunner/stats_hook.go @@ -23,7 +23,7 @@ type statsHook struct { updater StatsUpdater interval time.Duration - // cancel is called by Exited or Canceled + // cancel is called by Exited cancel context.CancelFunc mu sync.Mutex