Skip to content

Commit

Permalink
Update agent/consul/state/acl.go
Browse files Browse the repository at this point in the history
Co-Authored-By: rboyer <public@richardboyer.net>
  • Loading branch information
banks and rboyer committed Feb 25, 2019
1 parent 3229c5b commit f331c42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/consul/state/acl.go
Expand Up @@ -616,7 +616,7 @@ func (s *Store) ACLTokenMinExpirationTime(local bool) (time.Time, error) {
return token.ExpirationTime, nil
}

// ACLTokenListExpires lists tokens that are expires as of the provided time.
// ACLTokenListExpires lists tokens that are expired as of the provided time.
// The returned set will be no larger than the max value provided.
func (s *Store) ACLTokenListExpired(local bool, asOf time.Time, max int) (structs.ACLTokens, <-chan struct{}, error) {
tx := s.db.Txn(false)
Expand Down

0 comments on commit f331c42

Please sign in to comment.