From 646780cde68c6ab00dbf07d3e38bf34f62df7b3c Mon Sep 17 00:00:00 2001 From: Preetha Appan Date: Fri, 9 Mar 2018 08:56:54 -0600 Subject: [PATCH] update comment --- nomad/vault.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nomad/vault.go b/nomad/vault.go index aecfb3665..0c0a5a0af 100644 --- a/nomad/vault.go +++ b/nomad/vault.go @@ -423,7 +423,7 @@ OUTER: } initStatus = true } - // Retry parsing the token till success + // Retry validating the token till success if err := v.parseSelfToken(); err != nil { v.logger.Printf("[ERR] vault: failed to validate self token/role. Retrying in %v: %v", v.config.ConnectionRetryIntv, err) retryTimer.Reset(v.config.ConnectionRetryIntv)