Skip to content

Commit

Permalink
fix copypasta
Browse files Browse the repository at this point in the history
  • Loading branch information
rboyer committed Feb 21, 2019
1 parent d2a16fd commit 3229c5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/structs/acl.go
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ func (p *ACLPolicy) SetHash(force bool) []byte {
// raft indices are metadata similar to the hash which is why they
// aren't incorporated. CreateTime is similarly immutable
//
// The Hash is really only used for replication to determine if a token
// The Hash is really only used for replication to determine if a policy
// has changed and should be updated locally.

// Write all the user set fields
Expand Down

0 comments on commit 3229c5b

Please sign in to comment.