From fa8863b51ac4273ec9946ee872953b323f9bd98b Mon Sep 17 00:00:00 2001 From: Preetha Appan Date: Tue, 13 Mar 2018 18:05:44 -0500 Subject: [PATCH] fix method comment --- command/alloc_status.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/command/alloc_status.go b/command/alloc_status.go index b38c96760..77455cdeb 100644 --- a/command/alloc_status.go +++ b/command/alloc_status.go @@ -303,7 +303,8 @@ func formatAllocBasicInfo(alloc *api.Allocation, client *api.Client, uuidLength return formatKV(basic), nil } -// lookupEvalTime returns a human +// futureEvalTimePretty returns when the eval is eligible to reschedule +// relative to current time, based on the WaitUntil field func futureEvalTimePretty(evalID string, client *api.Client) string { evaluation, _, err := client.Evaluations().Info(evalID, nil) // Eval time is not a critical output,